Uses of Class
io.smallrye.reactive.messaging.annotations.Merge.Mode
-
Packages that use Merge.Mode Package Description io.smallrye.reactive.messaging io.smallrye.reactive.messaging.annotations io.smallrye.reactive.messaging.i18n -
-
Uses of Merge.Mode in io.smallrye.reactive.messaging
Methods in io.smallrye.reactive.messaging that return Merge.Mode Modifier and Type Method Description Merge.Mode
DefaultMediatorConfiguration. getMerge()
Merge.Mode
MediatorConfiguration. getMerge()
Merge.Mode
MediatorConfigurationSupport. processMerge(List<?> incomings, Supplier<Merge.Mode> supplier)
Method parameters in io.smallrye.reactive.messaging with type arguments of type Merge.Mode Modifier and Type Method Description Merge.Mode
MediatorConfigurationSupport. processMerge(List<?> incomings, Supplier<Merge.Mode> supplier)
-
Uses of Merge.Mode in io.smallrye.reactive.messaging.annotations
Methods in io.smallrye.reactive.messaging.annotations that return Merge.Mode Modifier and Type Method Description Merge.Mode
value()
static Merge.Mode
Merge.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Merge.Mode[]
Merge.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Merge.Mode in io.smallrye.reactive.messaging.i18n
Methods in io.smallrye.reactive.messaging.i18n with parameters of type Merge.Mode Modifier and Type Method Description IllegalArgumentException
ProviderExceptions_$bundle. illegalArgumentMergePolicy(String source, Merge.Mode mode)
IllegalArgumentException
ProviderExceptions. illegalArgumentMergePolicy(String source, Merge.Mode mode)
-