Click or drag to resize

com.espertech.esper.runtime.client.util Namespace

[Missing <summary> documentation for "N:com.espertech.esper.runtime.client.util"]

Classes
  ClassDescription
Public classAdapterState
The state of a Adapter.
Public classAdapterStateManager
A utility to manage the state transitions for an InputAdapter.
Public classIllegalStateTransitionException
Thrown when an illegal Adapter state transition is attempted.
Public classInputAdapterConstants
Public classLockStrategyDefault
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
Public classLockStrategyException
Exception for use with .
Public classLockStrategyNone
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
Public classLockStrategyWTimeout
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.
Public classRuntimeVersion
Runtime version.
Interfaces
  InterfaceDescription
Public interfaceAdapter
An Adapter takes some external data, converts it into events, and sends it into the runtime engine.
Public interfaceAdapterSPI
An Adapter takes some external data, converts it into events, and sends it into the runtime runtime.
Public interfaceInputAdapter
An InputAdapter takes some external data, converts it into events, and sends it into the runtime engine.
Public interfaceLockStrategy
Implement this interface to provide a custom deployment lock strategy. The default lock strategy is .