Package graphql.execution.reactive
package graphql.execution.reactive
-
ClassDescriptionA reactive Publisher that bridges over another Publisher of `D` and maps the results to type `U` via a CompletionStage, handling errors in that stageA simple subscription that delegates to anotherExecutor that provides mutual exclusion between the operations submitted to it, without blocking.A Publisher of things that are buffered and handles a single subscriber at a time.This is called when a subscription is made to the publisherSubscription queries return an instance of this class in the
ExecutionResult
data element for the subscribed field.