Uses of Class
org.eclipse.microprofile.reactive.messaging.Acknowledgment.Strategy
-
Packages that use Acknowledgment.Strategy Package Description org.eclipse.microprofile.reactive.messaging The MicroProfile Reactive Messaging API. -
-
Uses of Acknowledgment.Strategy in org.eclipse.microprofile.reactive.messaging
Methods in org.eclipse.microprofile.reactive.messaging that return Acknowledgment.Strategy Modifier and Type Method Description Acknowledgment.Strategy
value()
static Acknowledgment.Strategy
Acknowledgment.Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Acknowledgment.Strategy[]
Acknowledgment.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-