Uses of Class
io.smallrye.mutiny.groups.UniOnItemDelay
-
Packages that use UniOnItemDelay Package Description io.smallrye.mutiny.groups -
-
Uses of UniOnItemDelay in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return UniOnItemDelay Modifier and Type Method Description UniOnItemDelay<T>UniOnItem. delayIt()Produces a newUnireceiving an item from upstream and delaying the emission on theitemevent (with the same item).UniOnItemDelay<T>UniOnItemDelay. onExecutor(java.util.concurrent.ScheduledExecutorService executor)Configures the executor which is used to wait for the delay duration.
-