Uses of Class
org.apache.camel.component.disruptor.DisruptorComponent
-
Packages that use DisruptorComponent Package Description org.apache.camel.component.disruptor org.apache.camel.component.disruptor.vm -
-
Uses of DisruptorComponent in org.apache.camel.component.disruptor
Methods in org.apache.camel.component.disruptor that return DisruptorComponent Modifier and Type Method Description DisruptorComponent
DisruptorEndpoint. getComponent()
-
Uses of DisruptorComponent in org.apache.camel.component.disruptor.vm
Subclasses of DisruptorComponent in org.apache.camel.component.disruptor.vm Modifier and Type Class Description class
DisruptorVmComponent
An implementation of the VM components for asynchronous SEDA exchanges on a LMAX Disruptor within the classloader tree containing the camel-disruptor.jar.
-