Uses of Class
org.apache.camel.component.disruptor.DisruptorReference
-
Packages that use DisruptorReference Package Description 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 Modifier and Type Method Description Map<String,DisruptorReference>
DisruptorComponent. getDisruptors()
Constructors in org.apache.camel.component.disruptor with parameters of type DisruptorReference Constructor Description DisruptorEndpoint(String endpointUri, org.apache.camel.Component component, DisruptorReference disruptorReference)
-
Uses of DisruptorReference in org.apache.camel.component.disruptor.vm
Fields in org.apache.camel.component.disruptor.vm with type parameters of type DisruptorReference Modifier and Type Field Description protected static Map<String,DisruptorReference>
DisruptorVmComponent. DISRUPTORS
Methods in org.apache.camel.component.disruptor.vm that return types with arguments of type DisruptorReference Modifier and Type Method Description Map<String,DisruptorReference>
DisruptorVmComponent. getDisruptors()
-