Apama Documentation : Developing Apama Applications : EPL Reference : Statements : Simple statements : The route statement
The route statement
The route statement evaluates the expression and then sends the resulting event to the front of the current context's input queue.
The expression you route must be an event. The event is processed only within the same context that executes the route statement.
Routed events are put on the input queue, ahead of any externally sourced events, and ahead of any previously routed events that have not yet been processed. For more details, see Event processing order for monitors.
The isExternal() property on events is not changed by routing an event.
You cannot route an event that has a field of type action, chunk, listener, or stream.
In Apama queries, route statements are not allowed.
Copyright © 2013-2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback