Uses of Interface
com.rabbitmq.client.amqp.Message.Converter
Packages that use Message.Converter
-
Uses of Message.Converter in com.rabbitmq.client.amqp
Methods in com.rabbitmq.client.amqp with parameters of type Message.ConverterModifier and TypeMethodDescription<I,O> O Message.body(Message.Converter<I, O> converter) Get the message body converted using the specified converter.