Uses of Enum
mutiny.zero.BackpressureStrategy
Packages that use BackpressureStrategy
Package
Description
Mutiny Zero is minimal API for creating reactive streams compliant
Flow.Publisher
objects.-
Uses of BackpressureStrategy in mutiny.zero
Methods in mutiny.zero that return BackpressureStrategyModifier and TypeMethodDescriptionTubeConfiguration.getBackpressureStrategy()
Get the back-pressure strategy.static BackpressureStrategy
Returns the enum constant of this type with the specified name.static BackpressureStrategy[]
BackpressureStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mutiny.zero with parameters of type BackpressureStrategyModifier and TypeMethodDescriptionTubeConfiguration.withBackpressureStrategy
(BackpressureStrategy strategy) Specify the back-pressure strategy, cannot benull
.