インターフェース MessagePropertiesConverter

  • すべての既知の実装クラス:
    DefaultMessagePropertiesConverter

    public interface MessagePropertiesConverter
    Spring AMQP MessageProperties と RabbitMQ BasicProperties の間で変換するための戦略インターフェース。
    導入:
    1.0
    作成者:
    Mark Fisher
    • メソッドの詳細

      • 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)