Class ReactiveSupport

java.lang.Object
graphql.execution.reactive.ReactiveSupport

public class ReactiveSupport extends Object
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 Details

    • ReactiveSupport

      public ReactiveSupport()
  • Method Details

    • fetchedObject

      public static Object fetchedObject(Object fetchedObject)