Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.client.util |
Adapter shared classes.
|
Class and Description |
---|
LockStrategy
Implement this interface to provide a custom deployment lock strategy.
|
Class and Description |
---|
Adapter
An Adapter takes some external data, converts it into events, and sends it
into the runtime.
|
AdapterState
The state of a Adapter.
|
IllegalStateTransitionException
Thrown when an illegal Adapter state transition is attempted.
|
LockStrategy
Implement this interface to provide a custom deployment lock strategy.
|
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
LockStrategy . |
LockStrategyNone
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
|
Copyright © 2005–2018. All rights reserved.