Uses of Class
org.apache.camel.component.disruptor.DisruptorEndpoint
Packages that use DisruptorEndpoint
-
Uses of DisruptorEndpoint in org.apache.camel.component.disruptor
Methods in org.apache.camel.component.disruptor that return DisruptorEndpointModifier and TypeMethodDescriptionDisruptorConsumer.getEndpoint()DisruptorProducer.getEndpoint()Methods in org.apache.camel.component.disruptor with parameters of type DisruptorEndpointModifier and TypeMethodDescriptionvoidDisruptorReference.addEndpoint(DisruptorEndpoint disruptorEndpoint) voidDisruptorComponent.onShutdownEndpoint(DisruptorEndpoint disruptorEndpoint) voidDisruptorReference.removeEndpoint(DisruptorEndpoint disruptorEndpoint) Constructors in org.apache.camel.component.disruptor with parameters of type DisruptorEndpointModifierConstructorDescriptionDisruptorConsumer(DisruptorEndpoint endpoint, org.apache.camel.Processor processor) DisruptorProducer(DisruptorEndpoint endpoint, org.apache.camel.WaitForTaskToComplete waitForTaskToComplete, long timeout, boolean blockWhenFull)