Package graphql.execution.reactive
-
Interface Summary Interface Description SingleSubscriberPublisher.OnSubscriptionCallback This is called when a subscription is made to the publisher -
Class Summary Class Description CompletionStageMappingPublisher<D,U> A reactive Publisher that bridges over another Publisher of `D` and maps the results to type `U` via a CompletionStage, handling errors in that stageDelegatingSubscription A simple subscription that delegates to anotherSingleSubscriberPublisher<T> A Publisher of things that are buffered and handles a single subscriber at a time.SubscriptionPublisher Subscription queries return an instance of this class in theExecutionResult
data element for the subscribed field.