StreamBase Embedded Adapters

Embedded adapters are those that run in the same StreamBase Server process that is hosting and processing your StreamBase application. In contrast to external adapters, embedded adapters do not incur a client-server communication overhead. Embedded adapters start and stop automatically with the StreamBase application, which simplifies many administration tasks.

Input Adapters

The following embedded input adapters are included with the base StreamBase installation:

Output Adapters

The following embedded output adapters are included with the base StreamBase installation:

Global Operator Adapters

The adapters in this section were implemented as a suite of suite of global Java operators.

LiveView Adapters

The LiveView embedded adapters allow you to easily configure EventFlow applications that work with LiveView tables. There are four Liveview Adapters:

Global Repository

The JAR files that implement embedded adapters reside in a Global Repository. The Global Repository is created in the following default locations:

On Windows
C:\TIBCO\sb-cep\n.m\lib\adapter\
On Linux
/opt/tibco/sb-cep/n.m/lib/adapter/

Related Topics