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
Publisher
of U elements and map them intoCompletionStage
of D promises, and it keeps them in the order the Publisher provided them.This subscriber can be used to map between aPublisher
of U elements and map them intoCompletionStage
of D promises.A simple subscription that delegates to anotherThis provides support for a DataFetcher to be able to return a reactive streamsPublisher
or Java JDKFlow.Publisher
as a value, and it can be turned into aCompletableFuture
that 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 theExecutionResult
data element for the subscribed field.