Package 

Interface CoPipeline

  • All Implemented Interfaces:
    net.pwall.pipeline.BaseCoAcceptor , net.pwall.pipeline.BaseCoPipeline , net.pwall.pipeline.CoAcceptor

    
    public interface CoPipeline<A extends Object, E extends Object, R extends Object>
     implements CoAcceptor<A, R>, BaseCoPipeline<R>
                        

    A pipeline that accepts and emits values of the specified types.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit emit(E value) Emit a value, that is, forward a value to the downstream acceptor.
      • Methods inherited from class net.pwall.pipeline.CoAcceptor

        accept
      • Methods inherited from class net.pwall.pipeline.BaseCoAcceptor

        close, flush, getClosed, getComplete, getResult
      • Methods inherited from class net.pwall.pipeline.BaseCoPipeline

        getDownstream, getStageComplete
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • emit

         abstract Unit emit(E value)

        Emit a value, that is, forward a value to the downstream acceptor.

        Parameters:
        value - the value