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 stage but keeps the results in order of downstream publishing.A reactive Publisher that bridges over another Publisher of `D` and maps the results to type `U` via a CompletionStage, handling errors in that stageThis subscriber can be used to map between a
Publisherof U elements and map them intoCompletionStageof D promises, and it keeps them in the order the Publisher provided them.This subscriber can be used to map between aPublisherof U elements and map them intoCompletionStageof D promises.A simple subscription that delegates to anotherThis provides support for a DataFetcher to be able to return a reactive streamsPublisheror Java JDKFlow.Publisheras a value, and it can be turned into aCompletableFuturethat we can get an async value from.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 theExecutionResultdata element for the subscribed field.