Package | Description |
---|---|
com.espertech.esper.adapter |
Adapter shared classes.
|
Modifier and Type | Method and Description |
---|---|
void |
AdapterStateManager.destroy()
Transition into the DESTROYED state.
|
void |
AdapterStateManager.pause()
Transition into the PAUSED state.
|
void |
AdapterStateManager.resume()
Transition into the STARTED state (from the PAUSED state).
|
void |
AdapterStateManager.start()
Transition into the STARTED state (from the OPENED state).
|
void |
AdapterStateManager.stop()
Transition into the OPENED state.
|