complexType "baseAggregatorRouterType"
Namespace:
Content:
empty, 2 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    timeout
 = 
(xsd:string | xsd:int)
    failOnTimeout
 = 
(xsd:string | xsd:boolean)
/>
Known Direct Subtypes (1):
Known Indirect Subtypes (1):
All Direct / Indirect Based Elements (4):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  baseAggregatorRouterType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="baseAggregatorRouterType">
<xsd:complexContent>
<xsd:extension base="abstractInboundRouterType">
<xsd:attribute name="timeout" type="substitutableInt"/>
<xsd:attribute name="failOnTimeout" type="substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/2)
failOnTimeout
Type:
Use:
optional
When false, incomplete aggregation groups will be forwarded to a component on timeout as a java.util.List. When true (default), a CorrelationTimeoutException is thrown and RoutingNotification.CORRELATION_TIMEOUT is fired. The component doesn't receive any messages in this case.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="failOnTimeout" type="substitutableBoolean"/>

timeout
Type:
Use:
optional
Defines a timeout in Milliseconds to wait for events to be aggregated. By default the router will throw an exeception if the router is waiting for a correlation group and times out before all group enties are received.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" type="substitutableInt"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.