Class StreamletInoutlet<I,​O>

  • All Implemented Interfaces:
    Inlet<I>, Inoutlet<I,​O>, Outlet<O>

    public class StreamletInoutlet<I,​O>
    extends AbstractInoutlet<I,​O>
    An Inoutlet that invalidates a parameterized Streamlet whenever the Inoutlet is invalidated, that updates the parameterized Streamlet whenever the Inoutlet updates, and which gets its state from the parameterized Streamlet.