![]() | Adapter Interface |
Namespace: com.espertech.esperio
public interface Adapter
The Adapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Destroy |
Dispose the Adapter, stopping the sending of all events and releasing all
the resources, and disallowing any further state changes on the Adapter.
|
![]() | Pause |
Pause the sending of events after a Adapter has been started.
|
![]() | Resume |
Resume sending events after the Adapter has been paused.
|
![]() | Start |
Start the sending of events into the runtime egine.
|
![]() | Stop |
Stop sending events and return the Adapter to the OPENED state, ready to be
started once again.
|