Interface | Description |
---|---|
Adapter |
An Adapter takes some external data, converts it into events, and sends it
into the runtime.
|
AdapterSPI |
An Adapter takes some external data, converts it into events, and sends it
into the runtime runtime.
|
InputAdapter |
An InputAdapter takes some external data, converts it into events, and sends it into the runtime runtime.
|
LockStrategy |
Implement this interface to provide a custom deployment lock strategy.
|
Class | Description |
---|---|
AdapterStateManager |
A utility to manage the state transitions for an InputAdapter.
|
LockStrategyDefault |
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
|
LockStrategyNone |
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
|
LockStrategyWTimeout |
Obtains the write lock of the runtime-wide event processing read-write lock by trying the lock
waiting for the timeout and throwing an exception if the lock was not taken.
|
RuntimeVersion |
Runtime version.
|
Enum | Description |
---|---|
AdapterState |
The state of a Adapter.
|
Exception | Description |
---|---|
IllegalStateTransitionException |
Thrown when an illegal Adapter state transition is attempted.
|
LockStrategyException |
Exception for use with
LockStrategy . |
Adapter shared classes.
Copyright © 2005–2018. All rights reserved.