Class ReactiveSupport


  • public class ReactiveSupport
    extends java.lang.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 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReactiveSupport

        public ReactiveSupport()
    • Method Detail

      • fetchedObject

        public static java.lang.Object fetchedObject​(java.lang.Object fetchedObject)