public static class CamelInternalProcessor.NodeHistoryAdvice extends Object implements org.apache.camel.spi.CamelInternalProcessorAdvice
| Constructor and Description |
|---|
NodeHistoryAdvice(org.apache.camel.NamedNode definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(org.apache.camel.Exchange exchange,
Object data) |
String |
before(org.apache.camel.Exchange exchange) |
boolean |
hasState() |
public NodeHistoryAdvice(org.apache.camel.NamedNode definition)
public String before(org.apache.camel.Exchange exchange) throws Exception
before in interface org.apache.camel.spi.CamelInternalProcessorAdviceExceptionpublic void after(org.apache.camel.Exchange exchange,
Object data)
throws Exception
after in interface org.apache.camel.spi.CamelInternalProcessorAdviceExceptionpublic boolean hasState()
hasState in interface org.apache.camel.spi.CamelInternalProcessorAdviceApache Camel