![]() | com.espertech.esper.runtime.client.util Namespace |
[Missing <summary> documentation for "N:com.espertech.esper.runtime.client.util"]
Class | Description | |
---|---|---|
![]() | AdapterState | The state of a Adapter. |
![]() | AdapterStateManager |
A utility to manage the state transitions for an InputAdapter.
|
![]() | IllegalStateTransitionException |
Thrown when an illegal Adapter state transition is attempted.
|
![]() | InputAdapterConstants | |
![]() | LockStrategyDefault |
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
|
![]() | LockStrategyException |
Exception for use with .
|
![]() | 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.
|
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 runtime.
|
![]() | InputAdapter |
An InputAdapter takes some external data, converts it into events, and sends it into the runtime engine.
|
![]() | LockStrategy |
Implement this interface to provide a custom deployment lock strategy.
The default lock strategy is .
|