Class UniDelegatingSubscriber<I,​O>

  • All Implemented Interfaces:
    UniSubscriber<I>

    public class UniDelegatingSubscriber<I,​O>
    extends java.lang.Object
    implements UniSubscriber<I>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onFailure​(java.lang.Throwable failure)
      Called if the computation of the item by the subscriber Uni failed.
      void onItem​(I item)
      Event handler called once the item has been computed by the subscribed Uni.
      void onSubscribe​(UniSubscription subscription)
      Event handler called once the subscribed Uni has taken into account the subscription.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait