Uses of Interface
io.smallrye.mutiny.subscription.DemandPacer
-
Packages that use DemandPacer Package Description io.smallrye.mutiny.groups io.smallrye.mutiny.subscription -
-
Uses of DemandPacer in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups with parameters of type DemandPacer Modifier and Type Method Description Multi<T>MultiDemandPacing. using(DemandPacer pacer)Sets the demand pacer and return the newMulti. -
Uses of DemandPacer in io.smallrye.mutiny.subscription
Classes in io.smallrye.mutiny.subscription that implement DemandPacer Modifier and Type Class Description classFixedDemandPacerA demand pacer with a fixed delay / fixed demand.
-