Package | Description |
---|---|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
Modifier and Type | Method and Description |
---|---|
DelayDefinition |
DelayDefinition.asyncDelayed()
Enables asynchronous delay which means the thread will noy block while delaying.
|
DelayDefinition |
DelayDefinition.callerRunsWhenRejected(boolean callerRunsWhenRejected)
Whether or not the caller should run the task when it was rejected by the thread pool.
|
DelayDefinition |
ProcessorDefinition.delay(Expression delay)
Delayer EIP:
Creates a delayer allowing you to delay the delivery of messages to some destination.
|
DelayDefinition |
ProcessorDefinition.delay(long delay)
Delayer EIP:
Creates a delayer allowing you to delay the delivery of messages to some destination.
|
DelayDefinition |
DelayDefinition.delayTime(Long delay)
Sets the delay time in millis to delay
|
DelayDefinition |
DelayDefinition.executorService(ExecutorService executorService)
To use a custom Thread Pool if asyncDelay has been enabled.
|
DelayDefinition |
DelayDefinition.executorServiceRef(String executorServiceRef)
Refers to a custom Thread Pool if asyncDelay has been enabled.
|
Modifier and Type | Method and Description |
---|---|
ExpressionClause<DelayDefinition> |
ProcessorDefinition.delay()
Delayer EIP:
Creates a delayer allowing you to delay the delivery of messages to some destination.
|
Apache Camel