Uses of Class
org.apache.camel.component.disruptor.DisruptorEndpoint
-
Packages that use DisruptorEndpoint Package Description org.apache.camel.component.disruptor -
-
Uses of DisruptorEndpoint in org.apache.camel.component.disruptor
Methods in org.apache.camel.component.disruptor that return DisruptorEndpoint Modifier and Type Method Description DisruptorEndpoint
DisruptorConsumer. getEndpoint()
DisruptorEndpoint
DisruptorProducer. getEndpoint()
Methods in org.apache.camel.component.disruptor with parameters of type DisruptorEndpoint Modifier and Type Method Description void
DisruptorReference. addEndpoint(DisruptorEndpoint disruptorEndpoint)
void
DisruptorComponent. onShutdownEndpoint(DisruptorEndpoint disruptorEndpoint)
void
DisruptorReference. removeEndpoint(DisruptorEndpoint disruptorEndpoint)
Constructors in org.apache.camel.component.disruptor with parameters of type DisruptorEndpoint Constructor Description DisruptorConsumer(DisruptorEndpoint endpoint, org.apache.camel.Processor processor)
DisruptorProducer(DisruptorEndpoint endpoint, org.apache.camel.WaitForTaskToComplete waitForTaskToComplete, long timeout, boolean blockWhenFull)
-