Package graphql.execution.reactive
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 TypeMethodDescriptionvoid
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
-