Uses of Class
org.apache.camel.processor.interceptor.BacklogTracer

Packages that use BacklogTracer
org.apache.camel.management.mbean Camel management JMX MBeans 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
 

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

Methods in org.apache.camel.management.mbean that return BacklogTracer
 BacklogTracer ManagedBacklogTracer.getBacklogTracer()
           
 

Constructors in org.apache.camel.management.mbean with parameters of type BacklogTracer
ManagedBacklogTracer(CamelContext camelContext, BacklogTracer backlogTracer)
           
 

Uses of BacklogTracer in org.apache.camel.processor
 

Constructors in org.apache.camel.processor with parameters of type BacklogTracer
CamelInternalProcessor.BacklogTracerAdvice(Queue<DefaultBacklogTracerEventMessage> queue, BacklogTracer backlogTracer, ProcessorDefinition<?> processorDefinition, ProcessorDefinition<?> routeDefinition, boolean first)
           
 

Uses of BacklogTracer in org.apache.camel.processor.interceptor
 

Methods in org.apache.camel.processor.interceptor that return BacklogTracer
static BacklogTracer BacklogTracer.createTracer(CamelContext context)
          Creates a new backlog tracer.
static BacklogTracer BacklogTracer.getBacklogTracer(CamelContext context)
          A helper method to return the BacklogTracer instance if one is enabled
 



Apache Camel