Class SpoutStreamlet<R>

  • All Implemented Interfaces:
    Streamlet<R>, StreamletBase<R>

    public class SpoutStreamlet<R>
    extends StreamletImpl<R>
    SpoutStreamlet is a quick way of creating a Streamlet from an user supplied Spout object. The spout is the source of all tuples for this Streamlet.