Class OutputAdapter

  • All Implemented Interfaces:
    IOutputAdapter, LocatedItem, Serializable

    public abstract class OutputAdapter
    extends Operator
    implements IOutputAdapter
    Convenience abstract base class for output adapters. Adapters are intended to exchange information between StreamBase applications and external data sources and sinks. Output adapters take streams from an application and make them available outside of the application.

    Output adapters should override Operator.processTuple(int, Tuple) to receive tuples from the application.

    For in-depth information on implementing a custom adapter, please see "Using the Embedded Adapter API" in the StreamBase documentation.

    See Also:
    Serialized Form
    • Constructor Detail

      • OutputAdapter

        public OutputAdapter()