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.extensionFields in io.smallrye.reactive.messaging.extension declared as OnOverflow.Strategy Modifier and Type Field Description OnOverflow.StrategyEmitterConfiguration. overflowBufferStrategy
- 
Uses of OnOverflow.Strategy in io.smallrye.reactive.messaging.i18nMethods in io.smallrye.reactive.messaging.i18n with parameters of type OnOverflow.Strategy Modifier and Type Method Description IllegalArgumentExceptionProviderExceptions_$bundle. illegalArgumentForBackPressure(OnOverflow.Strategy overFlowStrategy)IllegalArgumentExceptionProviderExceptions. illegalArgumentForBackPressure(OnOverflow.Strategy overFlowStrategy)
- 
Uses of OnOverflow.Strategy in org.eclipse.microprofile.reactive.messagingMethods in org.eclipse.microprofile.reactive.messaging that return OnOverflow.Strategy Modifier and Type Method Description OnOverflow.Strategyvalue()static OnOverflow.StrategyOnOverflow.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.
 
-