Uses of Enum Class
io.smallrye.mutiny.subscription.BackPressureStrategy
Packages that use BackPressureStrategy
-
Uses of BackPressureStrategy in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups with parameters of type BackPressureStrategyModifier and TypeMethodDescription<T> Multi<T> MultiCreate.emitter(Consumer<MultiEmitter<? super T>> consumer, BackPressureStrategy strategy) Creates aMultideferring the logic to the given consumer. -
Uses of BackPressureStrategy in io.smallrye.mutiny.subscription
Methods in io.smallrye.mutiny.subscription that return BackPressureStrategyModifier and TypeMethodDescriptionstatic BackPressureStrategyReturns the enum constant of this class with the specified name.static BackPressureStrategy[]BackPressureStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.