|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.model.ProcessorType
org.apache.camel.model.ExpressionNode
org.apache.camel.model.DelayerType
public class DelayerType
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.model.ProcessorType |
|---|
DEFAULT_TRACE_CATEGORY |
| Constructor Summary | |
|---|---|
DelayerType()
|
|
DelayerType(Expression processAtExpression)
|
|
DelayerType(Expression processAtExpression,
long delay)
|
|
DelayerType(ExpressionType processAtExpression)
|
|
| Method Summary | |
|---|---|
Processor |
createProcessor(RouteContext routeContext)
|
Long |
getDelay()
|
void |
setDelay(Long delay)
|
String |
toString()
|
| Methods inherited from class org.apache.camel.model.ExpressionNode |
|---|
configureChild, createFilterProcessor, getExpression, getInterceptors, getOutputs, setExpression, setInterceptors, setOutputs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DelayerType()
public DelayerType(Expression processAtExpression)
public DelayerType(ExpressionType processAtExpression)
public DelayerType(Expression processAtExpression,
long delay)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Long getDelay()
public void setDelay(Long delay)
public Processor createProcessor(RouteContext routeContext)
throws Exception
createProcessor in class ProcessorTypeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||