Uses of Class
com.rabbitmq.http.client.GetAckMode
-
Packages that use GetAckMode Package Description com.rabbitmq.http.client -
-
Uses of GetAckMode in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return GetAckMode Modifier and Type Method Description static GetAckMode
GetAckMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetAckMode[]
GetAckMode. 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 GetAckMode 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.
-