Difference between revisions of "VCLRouting"
(Created page with "The ''VCLRouting' element associates a routing condition defined in a routing operation (routed-call, routed-enqueue, routed-dequeue) with a given sub-operation. The ...") |
|||
Line 1: | Line 1: | ||
− | 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. | + | 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. |
Revision as of 15:38, 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.