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 |
EPServiceProvider.addServiceStateListener(EPServiceStateListener listener)
Add a listener to service provider state changes that receives a before-destroy event.
|
boolean |
EPServiceProvider.removeServiceStateListener(EPServiceStateListener listener)
Removate a listener to service provider state changes.
|
Modifier and Type | Method and Description |
---|---|
void |
EPServiceProviderImpl.addServiceStateListener(EPServiceStateListener listener) |
boolean |
EPServiceProviderImpl.removeServiceStateListener(EPServiceStateListener listener) |