Interface SingleSubscriberPublisher.OnSubscriptionCallback

Enclosing class:
SingleSubscriberPublisher<T>

public static interface SingleSubscriberPublisher.OnSubscriptionCallback
This is called when a subscription is made to the publisher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The call back when some one has subscribed.
  • Method Details

    • onSubscription

      void onSubscription()
      The call back when some one has subscribed. Its perhaps a good time to start producing data