StreamBase Embedded Adapters

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.

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:\Program Files\StreamBase Systems\StreamBase.n.m\lib\adapter\
On Linux
/opt/streambase/lib/adapter/

Related Topics