Interface | Description |
---|---|
Adapter |
An Adapter takes some external data, converts it into events, and sends it
into the runtime engine.
|
AdapterSPI |
An Adapter takes some external data, converts it into events, and sends it
into the runtime engine.
|
InputAdapter |
An InputAdapter takes some external data, converts it into events, and sends it into the runtime engine.
|
OutputAdapter |
An output adapter transforms engine events and
|
Subscription |
Subscriptions are associated with an output adapter and dictate which events are sent to a given adapter.
|
Class | Description |
---|---|
AdapterStateManager |
A utility to manage the state transitions for an InputAdapter.
|
BaseSubscription |
Subscription is a concept for selecting events for processing out of all events available from an engine instance.
|
Enum | Description |
---|---|
AdapterState |
The state of a Adapter.
|
Exception | Description |
---|---|
IllegalStateTransitionException |
Thrown when an illegal Adapter state transition is attempted.
|
Adapter shared classes.