Package graphql.execution.reactive
Class ReactiveSupport
- java.lang.Object
-
- graphql.execution.reactive.ReactiveSupport
-
public class ReactiveSupport extends java.lang.Object
This 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.
-
-
Constructor Summary
Constructors Constructor Description ReactiveSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
fetchedObject(java.lang.Object fetchedObject)
-