Class JavaFlowSupport


  • public class JavaFlowSupport
    extends java.lang.Object
    For use only with JDK 9+.

    Provides support for java.util.concurrent.Flow.* interfaces which mirror the Reactive Streams interfaces from org.reactivestreams. See: [http://www.reactive-streams.org/](reactive-streams.org).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JavaFlowSupport.Flow$
      Flow factories operating with java.util.concurrent.Flow.* interfaces.
      static class  JavaFlowSupport.Sink$
      Sink factories operating with java.util.concurrent.Flow.* interfaces.
      static class  JavaFlowSupport.Source$
      Source factories operating with java.util.concurrent.Flow.* interfaces.
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaFlowSupport()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • JavaFlowSupport

        public JavaFlowSupport()