Uses of Class
org.apache.camel.model.DelayDefinition
Packages that use DelayDefinition
-
Uses of DelayDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return DelayDefinitionModifier and TypeMethodDescriptionDelayDefinition.asyncDelayed()Enables asynchronous delay which means the thread will not block while delaying.DelayDefinition.asyncDelayed(String asyncDelayed) Enables asynchronous delay which means the thread will not block while delaying.DelayDefinition.callerRunsWhenRejected(boolean callerRunsWhenRejected) Whether or not the caller should run the task when it was rejected by the thread pool.DelayDefinition.callerRunsWhenRejected(String callerRunsWhenRejected) Whether or not the caller should run the task when it was rejected by the thread pool.ProcessorDefinition.delay(long delay) Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.ProcessorDefinition.delay(org.apache.camel.Expression delay) Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.Sets the delay time in millis to delayDelayDefinition.executorService(String executorService) Refers to a custom Thread Pool if asyncDelay has been enabled.DelayDefinition.executorService(ExecutorService executorService) To use a custom Thread Pool if asyncDelay has been enabled.DelayDefinition.syncDelayed()Enables asynchronous delay which means the thread will not block while delaying.Methods in org.apache.camel.model that return types with arguments of type DelayDefinitionModifier and TypeMethodDescriptionProcessorDefinition.delay()Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.