| Package | Description |
|---|---|
| io.smallrye.mutiny.groups |
| Modifier and Type | Method and Description |
|---|---|
UniOnItemDelay<T> |
UniOnItem.delayIt()
Produces a new
Uni receiving an item from upstream and delaying the emission on the item
event (with the same item). |
UniOnItemDelay<T> |
UniOnItemDelay.onExecutor(ScheduledExecutorService executor)
Configures the executor which is used to wait for the delay duration.
|
Copyright © 2019–2020 SmallRye. All rights reserved.