Package | Description |
---|---|
org.apache.camel.component.disruptor |
Modifier and Type | Method and Description |
---|---|
DisruptorEndpoint |
DisruptorProducer.getEndpoint() |
DisruptorEndpoint |
DisruptorConsumer.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
DisruptorReference.addEndpoint(DisruptorEndpoint disruptorEndpoint) |
void |
DisruptorComponent.onShutdownEndpoint(DisruptorEndpoint disruptorEndpoint) |
void |
DisruptorReference.removeEndpoint(DisruptorEndpoint disruptorEndpoint) |
Constructor and Description |
---|
DisruptorConsumer(DisruptorEndpoint endpoint,
org.apache.camel.Processor processor) |
DisruptorProducer(DisruptorEndpoint endpoint,
org.apache.camel.WaitForTaskToComplete waitForTaskToComplete,
long timeout,
boolean blockWhenFull) |
Apache Camel