Package ratpack.exec

Interface Upstream<T>

    • Method Detail

      • connect

        void connect​(Downstream<? super T> downstream)
              throws java.lang.Exception
        Connect the downstream.
        Parameters:
        downstream - the downstream to emit data to
        Throws:
        java.lang.Exception - any