complexType "baseAggregatorRouterType"
Namespace:
Content:
complex, 2 attributes, attr. wildcard, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</...>
Content Model Elements (1):
annotations
Known Direct Subtypes (1):
messageChunkingAggregatorRouterType
Known Indirect Subtypes (1):
customCorrelationAggregatorRouterType
All Direct / Indirect Based Elements (4):
collection-aggregator-router, correlation-resequencer-router, custom-correlation-aggregator-router, message-chunking-aggregator-router
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      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 within this component only; 2/3)
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 RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.