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