Name | Signature and Synopsis |
---|---|
toDestination | void toDestination(SimpleEvent event) Sends the event to its default destination. |
toPattern | void toPattern(SimpleEvent event) Sends the event to the Pattern Service which will in turn route it to all interested Pattern instances. Once the instances (if any) have processed this event, the reference to it will be discarded by the Pattern Service. |