Class MultiIfNoItem<T>


  • @Experimental("Multi timeouts are an experimental feature.")
    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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiIfNoItem

        public MultiIfNoItem​(Multi<T> upstream)
    • Method Detail

      • after

        @CheckReturnValue
        public MultiOnItemTimeout<T> after​(java.time.Duration timeout)
        Configures the timeout duration.
        Parameters:
        timeout - the timeout, must not be null, must be strictly positive.
        Returns:
        a new MultiOnItemTimeout