Uses of Class
mutiny.zero.BackpressureStrategy
-
Packages that use BackpressureStrategy Package Description mutiny.zero Mutiny Zero is minimal API for creating reactive streams compliantFlow.Publisherobjects. -
-
Uses of BackpressureStrategy in mutiny.zero
Methods in mutiny.zero that return BackpressureStrategy Modifier and Type Method Description BackpressureStrategyTubeConfiguration. getBackpressureStrategy()Get the back-pressure strategy.static BackpressureStrategyBackpressureStrategy. valueOf(java.lang.String name)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 BackpressureStrategy Modifier and Type Method Description TubeConfigurationTubeConfiguration. withBackpressureStrategy(BackpressureStrategy strategy)Specify the back-pressure strategy, cannot benull.
-