Uses of Class
io.smallrye.mutiny.groups.MultiDemandPausing
Packages that use MultiDemandPausing
-
Uses of MultiDemandPausing in io.smallrye.mutiny
Methods in io.smallrye.mutiny that return MultiDemandPausingModifier and TypeMethodDescriptiondefault MultiDemandPausing<T> Multi.pauseDemand()Allows pausing and resuming demand propagation to upstream using aDemandPauser. -
Uses of MultiDemandPausing in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return MultiDemandPausingModifier and TypeMethodDescriptionMultiDemandPausing.bufferSize(int bufferSize) Sets the maximum buffer size for already-requested items when usingBackPressureStrategy.BUFFER.MultiDemandPausing.bufferStrategy(BackPressureStrategy bufferStrategy) Sets the strategy for handling already-requested items while paused.MultiDemandPausing.bufferUnconditionally()Sets the buffer size for already-requested items to unbounded when usingBackPressureStrategy.BUFFER.MultiDemandPausing.lateSubscription(boolean lateSubscription) Delays the upstream subscription until the stream is resumed.MultiDemandPausing.paused(boolean paused) Sets the initial pause state of the stream. -
Uses of MultiDemandPausing in io.smallrye.mutiny.operators
Methods in io.smallrye.mutiny.operators that return MultiDemandPausing