Package | Description |
---|---|
org.apache.camel.component.disruptor |
Modifier and Type | Method and Description |
---|---|
DisruptorWaitStrategy |
DisruptorComponent.getDefaultWaitStrategy() |
DisruptorWaitStrategy |
DisruptorEndpoint.getWaitStrategy() |
DisruptorWaitStrategy |
DisruptorReference.getWaitStrategy() |
static DisruptorWaitStrategy |
DisruptorWaitStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisruptorWaitStrategy[] |
DisruptorWaitStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DisruptorComponent.setDefaultWaitStrategy(DisruptorWaitStrategy defaultWaitStrategy)
To configure the default value for DisruptorWaitStrategy
The default value is Blocking.
|
void |
DisruptorEndpoint.setWaitStrategy(DisruptorWaitStrategy waitStrategy)
Defines the strategy used by consumer threads to wait on new exchanges to be published.
|
Apache Camel