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.
The following embedded input adapters are included with the base StreamBase installation:
The following embedded output adapters are included with the base StreamBase installation:
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/
-
StreamBase Embedded Adapters in the Authoring Guide describes how to include embedded adapters in your application
-
Creating Custom Java Embedded Adapters in the API Guide
