Difference between revisions of "VCLRouting"

From GreenVulcano Wiki
Jump to: navigation, search
 
Line 8: Line 8:
  
 
* ''condition'': Routing condition specified by an element of type [[GVBufferCondition]].
 
* ''condition'': Routing condition specified by an element of type [[GVBufferCondition]].
* ''operation-name'': Operation to execute if the condition specified with the parameter [[condition]] is verified.
+
* ''operation-name'': Operation to execute if the condition specified with the parameter [[Conditions|condition]] is verified.

Latest revision as of 15:39, 27 January 2012

The VCLRouting element associates a routing condition defined in a routing operation (routed-call, routed-enqueue, routed-dequeue) with a given sub-operation. The order of elements VCLRouting also defines the order of evaluation conditions.


Will perform the operation corresponding to the first condition verified.


It has the following attributes:

  • condition: Routing condition specified by an element of type GVBufferCondition.
  • operation-name: Operation to execute if the condition specified with the parameter condition is verified.