[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Interface to event stream processing runtime services.

The following tables list the members exposed by the EPRuntime type.

Public Methods

  NameDescription
AddEmittedListener
Register an object that listens for events emitted from the event stream processing runtime on the specified channel. A null value can be supplied for the channel in which case the emit listener will be invoked for events emitted an any channel.

ClearEmittedListeners
Deregister all emitted event listeners.

EmitOverloaded.
Route
Route the event object back to the event stream processing runtime for internal dispatching. The route event is processed just like it was sent to the runtime, that is any active expressions seeking that event receive it. The routed event has priority over other events sent to the runtime. In a single-threaded application the routed event is processed before the next event is sent to the runtime through the EPRuntime.sendEvent method.

SendEventOverloaded.