Uses of Class
io.smallrye.reactive.messaging.annotations.OnOverflow.Strategy
-
Packages that use OnOverflow.Strategy Package Description io.smallrye.reactive.messaging.annotations -
-
Uses of OnOverflow.Strategy in io.smallrye.reactive.messaging.annotations
Methods in io.smallrye.reactive.messaging.annotations that return OnOverflow.Strategy Modifier and Type Method Description OnOverflow.Strategy
value()
Deprecated.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.
-