Uses of Enum Class
org.apache.camel.component.disruptor.DisruptorWaitStrategy
Packages that use DisruptorWaitStrategy
-
Uses of DisruptorWaitStrategy in org.apache.camel.component.disruptor
Methods in org.apache.camel.component.disruptor that return DisruptorWaitStrategyModifier and TypeMethodDescriptionDisruptorComponent.getDefaultWaitStrategy()DisruptorEndpoint.getWaitStrategy()DisruptorReference.getWaitStrategy()static DisruptorWaitStrategyReturns the enum constant of this class with the specified name.static DisruptorWaitStrategy[]DisruptorWaitStrategy.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 DisruptorWaitStrategyModifier and TypeMethodDescriptionvoidDisruptorComponent.setDefaultWaitStrategy(DisruptorWaitStrategy defaultWaitStrategy) To configure the default value for DisruptorWaitStrategyvoidDisruptorEndpoint.setWaitStrategy(DisruptorWaitStrategy waitStrategy) Defines the strategy used by consumer threads to wait on new exchanges to be published.