Package com.rabbitmq.stream.codec
Class SwiftMqCodec
java.lang.Object
com.rabbitmq.stream.codec.SwiftMqCodec
- All Implemented Interfaces:
Codec
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rabbitmq.stream.Codec
Codec.EncodedMessage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static com.swiftmq.amqp.v100.types.AMQPTypeconvertToSwiftMqType(Object value) protected MessagecreateMessage(byte[] data) protected PropertiescreateProperties(com.swiftmq.amqp.v100.messaging.AMQPMessage amqpMessage) decode(byte[] data) protected ObjectextractBody(com.swiftmq.amqp.v100.messaging.AMQPMessage amqpMessage) protected static inttoSwiftMqTypeCode(Object value)
-
Constructor Details
-
SwiftMqCodec
public SwiftMqCodec()
-
-
Method Details