[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
Route(EventBean) |
Route the event such that the event is processed as required.
|
Route(Object) |
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.
|