Uses of Class
com.rabbitmq.http.client.GetEncoding
-
Packages that use GetEncoding Package Description com.rabbitmq.http.client -
-
Uses of GetEncoding in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return GetEncoding Modifier and Type Method Description static GetEncoding
GetEncoding. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetEncoding[]
GetEncoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.rabbitmq.http.client with parameters of type GetEncoding Modifier and Type Method Description List<InboundMessage>
Client. get(String vhost, String queue, int count, GetAckMode ackMode, GetEncoding encoding)
Get messages from a queue, with no limit for message payload truncation.List<InboundMessage>
Client. get(String vhost, String queue, int count, GetAckMode ackMode, GetEncoding encoding, int truncate)
Get messages from a queue.reactor.core.publisher.Flux<InboundMessage>
ReactorNettyClient. get(String vhost, String queue, int count, GetAckMode ackMode, GetEncoding encoding)
Get messages from a queue, with no limit for message payload truncation.reactor.core.publisher.Flux<InboundMessage>
ReactorNettyClient. get(String vhost, String queue, int count, GetAckMode ackMode, GetEncoding encoding, int truncate)
Get messages from a queue.
-