Uses of Class
org.apache.camel.component.disruptor.DisruptorProducerType
-
Packages that use DisruptorProducerType Package Description org.apache.camel.component.disruptor -
-
Uses of DisruptorProducerType in org.apache.camel.component.disruptor
Methods in org.apache.camel.component.disruptor that return DisruptorProducerType Modifier and Type Method 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.Methods in org.apache.camel.component.disruptor with parameters of type DisruptorProducerType Modifier and Type Method Description void
DisruptorComponent. setDefaultProducerType(DisruptorProducerType defaultProducerType)
To configure the default value for DisruptorProducerTypevoid
DisruptorEndpoint. setProducerType(DisruptorProducerType producerType)
Defines the producers allowed on the Disruptor.
-