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 anotherA 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
ExecutionResultdata element for the subscribed field.