- java.lang.Object
-
- io.smallrye.mutiny.groups.MultiIfNoItem<T>
-
public class MultiIfNoItem<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MultiIfNoItem(Multi<T> upstream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiOnItemTimeout<T>after(java.time.Duration timeout)Configures the timeout duration.
-
-
-
Method Detail
-
after
@CheckReturnValue public MultiOnItemTimeout<T> after(java.time.Duration timeout)
Configures the timeout duration.- Parameters:
timeout- the timeout, must not benull, must be strictly positive.- Returns:
- a new
MultiOnItemTimeout
-
-