Uses of Class
io.smallrye.reactive.messaging.rabbitmq.ack.RabbitMQAckHandler.Strategy
-
Packages that use RabbitMQAckHandler.Strategy Package Description io.smallrye.reactive.messaging.rabbitmq.ack -
-
Uses of RabbitMQAckHandler.Strategy in io.smallrye.reactive.messaging.rabbitmq.ack
Methods in io.smallrye.reactive.messaging.rabbitmq.ack that return RabbitMQAckHandler.Strategy Modifier and Type Method Description static RabbitMQAckHandler.Strategy
RabbitMQAckHandler.Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static RabbitMQAckHandler.Strategy[]
RabbitMQAckHandler.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-