Class StreamletInlet<I>

  • All Implemented Interfaces:
    Inlet<I>

    public class StreamletInlet<I>
    extends AbstractInlet<I>
    An Inlet that invalidates a parameterized Streamlet whenever the Inlet is invalidated, and that updates the parameterized Streamlet whenever the Inlet updates.