Uses of Class
org.apache.camel.component.disruptor.DisruptorReference

Packages that use DisruptorReference
org.apache.camel.component.disruptor   
org.apache.camel.component.disruptor.vm   
 

Uses of DisruptorReference in org.apache.camel.component.disruptor
 

Methods in org.apache.camel.component.disruptor that return types with arguments of type DisruptorReference
 Map<String,DisruptorReference> DisruptorComponent.getDisruptors()
           
 

Constructors in org.apache.camel.component.disruptor with parameters of type DisruptorReference
DisruptorEndpoint(String endpointUri, org.apache.camel.Component component, DisruptorReference disruptorReference, int concurrentConsumers, boolean multipleConsumers, boolean blockWhenFull)
           
 

Uses of DisruptorReference in org.apache.camel.component.disruptor.vm
 

Fields in org.apache.camel.component.disruptor.vm with type parameters of type DisruptorReference
protected static Map<String,DisruptorReference> DisruptorVmComponent.DISRUPTORS
           
 

Methods in org.apache.camel.component.disruptor.vm that return types with arguments of type DisruptorReference
 Map<String,DisruptorReference> DisruptorVmComponent.getDisruptors()
           
 



Apache Camel