Click or drag to resize

Adapter Interface

An Adapter takes some external data, converts it into events, and sends it into the runtime engine.

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public interface Adapter

The Adapter type exposes the following members.

Properties
  NameDescription
Public propertyState
Get the state of this Adapter.
Top
Methods
  NameDescription
Public methodDestroy
Dispose the Adapter, stopping the sending of all events and releasing all the resources, and disallowing any further state changes on the Adapter.
Public methodPause
Pause the sending of events after a Adapter has been started.
Public methodResume
Resume sending events after the Adapter has been paused.
Public methodStart
Start the sending of events into the runtime egine.
Public methodStop
Stop sending events and return the Adapter to the OPENED state, ready to be started once again.
Top
See Also