Interface SingleSubscriberPublisher.OnSubscriptionCallback

  • Enclosing class:
    SingleSubscriberPublisher<T>

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

      • onSubscription

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