public static class CamelInternalProcessor.DelayerAdvice extends Object implements org.apache.camel.spi.CamelInternalProcessorAdvice
Constructor and Description |
---|
DelayerAdvice(long delay) |
Modifier and Type | Method and Description |
---|---|
void |
after(org.apache.camel.Exchange exchange,
Object data) |
Object |
before(org.apache.camel.Exchange exchange) |
boolean |
hasState() |
public Object before(org.apache.camel.Exchange exchange) throws Exception
before
in interface org.apache.camel.spi.CamelInternalProcessorAdvice
Exception
public void after(org.apache.camel.Exchange exchange, Object data) throws Exception
after
in interface org.apache.camel.spi.CamelInternalProcessorAdvice
Exception
public boolean hasState()
hasState
in interface org.apache.camel.spi.CamelInternalProcessorAdvice
Apache Camel