public interface EventDispatcher
void cancel(String sendId)
sendId
- The ID of the send message to cancelvoid send(String sendId, String target, String targetType, String event, Map params, Object hints, long delay, List externalNodes)
sendId
- The ID of the send messagetarget
- An expression returning the target location of the eventtargetType
- The type of the Event I/O Processor that the event
should be dispatched toevent
- The type of event being generated.params
- A list of zero or more whitespace separated variable
names to be included with the event.hints
- The data containing information which may be
used by the implementing platform to configure the event processordelay
- The event is dispatched after the delay interval elapsesexternalNodes
- The list of external nodes associated with
the <send> element.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.