Interface Source<T>

  • All Superinterfaces:
    Serializable

    public interface Source<T>
    extends Serializable
    Source is how Streamlet's originate. The get method invocation returns new element that form the tuples of the streamlet. setup/cleanup is where the generator can do any one time setup work, like establishing/closing connection to sources, etc.