|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelayerType | |
---|---|
org.apache.camel.model | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of DelayerType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return DelayerType | |
---|---|
DelayerType |
ProcessorType.delayer(Expression<Exchange> processAtExpression)
A builder for the Delayer pattern where an expression is used to calculate the time which the message will be dispatched on |
DelayerType |
ProcessorType.delayer(Expression<Exchange> processAtExpression,
long delay)
A builder for the Delayer pattern where an expression is used to calculate the time which the message will be dispatched on |
DelayerType |
ProcessorType.delayer(long delay)
A builder for the Delayer pattern where a fixed amount of milliseconds are used to delay processing of a message exchange |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |