Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
void |
EPRuntime.setUnmatchedListener(UnmatchedListener listener)
Sets a listener to receive events that are unmatched by any statement.
|
Modifier and Type | Field and Description |
---|---|
protected UnmatchedListener |
EPRuntimeImpl.unmatchedListener |
Modifier and Type | Method and Description |
---|---|
void |
EPRuntimeImpl.setUnmatchedListener(UnmatchedListener listener) |