public class UniOnResultDelay<T> extends Object
| Constructor and Description |
|---|
UniOnResultDelay(Uni<T> upstream,
ScheduledExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
Uni<T> |
by(Duration duration) |
UniOnResultDelay<T> |
onExecutor(ScheduledExecutorService executor) |
Uni<T> |
until(Function<? super T,? extends Uni<?>> function) |
public UniOnResultDelay(Uni<T> upstream, ScheduledExecutorService executor)
Copyright © 2019–2020 SmallRye. All rights reserved.