Uses of Class
org.apache.camel.component.disruptor.DisruptorWaitStrategy
-
Packages that use DisruptorWaitStrategy Package Description org.apache.camel.component.disruptor -
-
Uses of DisruptorWaitStrategy in org.apache.camel.component.disruptor
Methods in org.apache.camel.component.disruptor that return DisruptorWaitStrategy Modifier and Type Method 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.Methods in org.apache.camel.component.disruptor with parameters of type DisruptorWaitStrategy Modifier and Type Method Description void
DisruptorComponent. setDefaultWaitStrategy(DisruptorWaitStrategy defaultWaitStrategy)
To configure the default value for DisruptorWaitStrategyvoid
DisruptorEndpoint. setWaitStrategy(DisruptorWaitStrategy waitStrategy)
Defines the strategy used by consumer threads to wait on new exchanges to be published.
-