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