Uses of Class
org.apache.camel.processor.ThroughputLogger

Packages that use ThroughputLogger
org.apache.camel.component.dataset A DataSet Endpoint for testing of endpoints using defined DataSets 
org.apache.camel.management.mbean Camel management JMX MBeans 
 

Uses of ThroughputLogger in org.apache.camel.component.dataset
 

Methods in org.apache.camel.component.dataset that return ThroughputLogger
protected  ThroughputLogger DataSetConsumer.createReporter()
           
protected  ThroughputLogger DataSetEndpoint.createReporter()
           
 

Uses of ThroughputLogger in org.apache.camel.management.mbean
 

Methods in org.apache.camel.management.mbean that return ThroughputLogger
 ThroughputLogger ManagedThroughputLogger.getLogger()
           
 

Constructors in org.apache.camel.management.mbean with parameters of type ThroughputLogger
ManagedThroughputLogger(CamelContext context, ThroughputLogger logger, ProcessorDefinition<?> definition)
           
 



Apache Camel