Interface GenericStreamlet<I,O>

All Superinterfaces:
Streamlet<I,O>, StreamletScope<O>
All Known Implementing Classes:
AbstractRecordStreamlet, AbstractStreamlet, DownlinkStreamlet

public interface GenericStreamlet<I,O> extends Streamlet<I,O>
  • Method Details

    • getOutput

      O getOutput(Outlet<? super O> outlet)
    • willDecohereInlet

      void willDecohereInlet(Inlet<? extends I> inlet)
    • didDecohereInlet

      void didDecohereInlet(Inlet<? extends I> inlet)
    • willRecohereInlet

      void willRecohereInlet(Inlet<? extends I> inlet, int version)
    • didRecohereInlet

      void didRecohereInlet(Inlet<? extends I> inlet, int version)
    • willDecohereOutlet

      void willDecohereOutlet(Outlet<? super O> outlet)
    • didDecohereOutlet

      void didDecohereOutlet(Outlet<? super O> outlet)
    • willRecohereOutlet

      void willRecohereOutlet(Outlet<? super O> outlet, int version)
    • didRecohereOutlet

      void didRecohereOutlet(Outlet<? super O> outlet, int version)