インターフェース MessagePropertiesConverter
- すべての既知の実装クラス:
DefaultMessagePropertiesConverter
public interface MessagePropertiesConverterSpring AMQPMessagePropertiesと RabbitMQ BasicProperties の間で変換するための戦略インターフェース。- 導入:
- 1.0
- 作成者:
- Mark Fisher
方法の概要
すべてのメソッド インスタンスメソッド 抽象メソッド 修飾子と型 メソッド 説明 com.rabbitmq.client.AMQP.BasicPropertiesfromMessageProperties(MessageProperties source, StringSE charset)MessagePropertiestoMessageProperties(com.rabbitmq.client.AMQP.BasicProperties source, com.rabbitmq.client.Envelope envelope, StringSE charset)
メソッドの詳細
toMessageProperties
MessageProperties toMessageProperties(com.rabbitmq.client.AMQP.BasicProperties source, @Nullable com.rabbitmq.client.Envelope envelope, StringSE charset)
fromMessageProperties
com.rabbitmq.client.AMQP.BasicProperties fromMessageProperties(MessageProperties source, StringSE charset)