Class OutputAdapter

java.lang.Object
com.streambase.sb.operator.Operator
com.streambase.sb.adapter.OutputAdapter
All Implemented Interfaces:
IOutputAdapter, com.streambase.sb.util.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:
  • Constructor Details

    • OutputAdapter

      public OutputAdapter()