public class UniIfNoItem<T> extends Object
Constructor and Description |
---|
UniIfNoItem(Uni<T> upstream) |
Modifier and Type | Method and Description |
---|---|
UniOnTimeout<T> |
after(Duration timeout)
Configures the timeout duration.
|
public UniOnTimeout<T> after(Duration timeout)
timeout
- the timeout, must not be null
, must be strictly positive.UniIfNoItem
Copyright © 2019–2020 SmallRye. All rights reserved.