Apache Camel

http://activemq.apache.org/camel/schema/spring
element throttler

Properties
This component is not nillable.

Model
<throttler
  inheritErrorHandler = xs:boolean
  maximumRequestsPerPeriod = xs:long
  timePeriodMillis = xs:long>
(interceptors*, (aggregator | bean | catch | choice | when | otherwise | delayer | filter | finally | idempotentConsumer | multicast | policy | process | recipientList | resequencer | route | splitter | throttler | to | try)* )
</throttler>


Nested Element Summary
 aggregator
          
 bean
          
 catch
          
 choice
          
 delayer
          
 filter
          
 finally
          
 idempotentConsumer
          
tns:interceptorRefinterceptors
          
 multicast
          
 otherwise
          
 policy
          
 process
          
 recipientList
          
 resequencer
          
 route
          
 splitter
          
 throttler
          
 to
          
 try
          
 when
          

Attribute Summary
 xs:booleaninheritErrorHandler
          
 xs:longmaximumRequestsPerPeriod
          
 xs:longtimePeriodMillis
          

Attribute Detail

inheritErrorHandler

Type:
xs:boolean
Use:
optional
Form:
unqualified

maximumRequestsPerPeriod

Type:
xs:long
Use:
optional
Form:
unqualified

timePeriodMillis

Type:
xs:long
Use:
required
Form:
unqualified

Local Usage
catchType, expressionNode, outputType, resequencerType, routeType, throttlerType

Source
<xs:element name="throttler" type="tns:throttlerType"/>

Apache Camel

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.