Uses of Class
org.eclipse.microprofile.reactive.messaging.OnOverflow.Strategy
-
Packages that use OnOverflow.Strategy Package Description io.smallrye.reactive.messaging.extension io.smallrye.reactive.messaging.i18n org.eclipse.microprofile.reactive.messaging IMPORTANT This package is a copy from the original package from the specification. -
-
Uses of OnOverflow.Strategy in io.smallrye.reactive.messaging.extension
Fields in io.smallrye.reactive.messaging.extension declared as OnOverflow.Strategy Modifier and Type Field Description OnOverflow.Strategy
EmitterConfiguration. overflowBufferStrategy
-
Uses of OnOverflow.Strategy in io.smallrye.reactive.messaging.i18n
Methods in io.smallrye.reactive.messaging.i18n with parameters of type OnOverflow.Strategy Modifier and Type Method Description IllegalArgumentException
ProviderExceptions_$bundle. illegalArgumentForBackPressure(OnOverflow.Strategy overFlowStrategy)
IllegalArgumentException
ProviderExceptions. illegalArgumentForBackPressure(OnOverflow.Strategy overFlowStrategy)
-
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.
-