Package graphql.execution.reactive
Class ReactiveSupport
java.lang.Object
graphql.execution.reactive.ReactiveSupport
This provides support for a DataFetcher to be able to
return a reactive streams
Publisher
or Java JDK Flow.Publisher
as a value, and it can be turned into a CompletableFuture
that we can get an async value from.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReactiveSupport
public ReactiveSupport()
-
-
Method Details
-
fetchedObject
-