Interface IOutputAdapter

All Known Implementing Classes:
OutputAdapter

public interface IOutputAdapter
Interface 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.