Package | Description |
---|---|
org.apache.camel.component.disruptor |
Modifier and Type | Method and Description |
---|---|
DisruptorProducerType |
DisruptorComponent.getDefaultProducerType() |
DisruptorProducerType |
DisruptorEndpoint.getProducerType() |
static DisruptorProducerType |
DisruptorProducerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisruptorProducerType[] |
DisruptorProducerType.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.setDefaultProducerType(DisruptorProducerType defaultProducerType)
To configure the default value for DisruptorProducerType
The default value is Multi.
|
void |
DisruptorEndpoint.setProducerType(DisruptorProducerType producerType)
Defines the producers allowed on the Disruptor.
|
Apache Camel