Uses of Class
com.rabbitmq.http.client.domain.AckMode
-
Packages that use AckMode Package Description com.rabbitmq.http.client.domain -
-
Uses of AckMode in com.rabbitmq.http.client.domain
Methods in com.rabbitmq.http.client.domain that return AckMode Modifier and Type Method Description AckModeUpstreamDetails. getAckMode()static AckModeAckMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AckMode[]AckMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.rabbitmq.http.client.domain with parameters of type AckMode Modifier and Type Method Description UpstreamDetailsUpstreamDetails. setAckMode(AckMode ackMode)
-