Uses of Class
org.eclipse.microprofile.reactive.messaging.OnOverflow.Strategy
-
Packages that use OnOverflow.Strategy Package Description org.eclipse.microprofile.reactive.messaging IMPORTANT This package is a copy from the original package from the specification. -
-
Uses of OnOverflow.Strategy in org.eclipse.microprofile.reactive.messaging
Methods in org.eclipse.microprofile.reactive.messaging that return OnOverflow.Strategy Modifier and Type Method Description OnOverflow.Strategy
value()
static OnOverflow.Strategy
OnOverflow.Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static OnOverflow.Strategy[]
OnOverflow.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-