Uses of Enum Class
org.apache.camel.component.disruptor.DisruptorProducerType
Packages that use DisruptorProducerType
-
Uses of DisruptorProducerType in org.apache.camel.component.disruptor
Methods in org.apache.camel.component.disruptor that return DisruptorProducerTypeModifier and TypeMethodDescriptionDisruptorComponent.getDefaultProducerType()DisruptorEndpoint.getProducerType()static DisruptorProducerTypeReturns the enum constant of this class with the specified name.static DisruptorProducerType[]DisruptorProducerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.disruptor with parameters of type DisruptorProducerTypeModifier and TypeMethodDescriptionvoidDisruptorComponent.setDefaultProducerType(DisruptorProducerType defaultProducerType) To configure the default value for DisruptorProducerTypevoidDisruptorEndpoint.setProducerType(DisruptorProducerType producerType) Defines the producers allowed on the Disruptor.