Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.client.scopetest |
Runtime-related classes for facilitating automated regression testing.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<UpdateListener> |
EPListenable.getUpdateListeners()
Returns an iterator of update listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
EPListenable.addListener(UpdateListener listener)
Add a listener that observes events.
|
void |
EPListenable.addListenerWithReplay(UpdateListener listener)
Add an update listener replaying current statement results to the listener.
|
void |
EPListenable.removeListener(UpdateListener listener)
Remove a listener that observes events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SupportListener
Listener interface for use in regression testing for asserting receive events.
|
Modifier and Type | Class and Description |
---|---|
class |
SupportUpdateListener
Update listener that retains the events it receives for use in assertions.
|