Class UniIfNoItem<T>


  • public class UniIfNoItem<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UniIfNoItem​(Uni<T> upstream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UniOnTimeout<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

      • UniIfNoItem

        public UniIfNoItem​(Uni<T> upstream)
    • Method Detail

      • after

        @CheckReturnValue
        public UniOnTimeout<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 UniIfNoItem