public static final class CamelInternalProcessor.DebuggerAdvice extends Object implements org.apache.camel.spi.CamelInternalProcessorAdvice<org.apache.camel.util.StopWatch>, org.apache.camel.Ordered
| Constructor and Description |
|---|
DebuggerAdvice(org.apache.camel.spi.Debugger debugger,
org.apache.camel.Processor target,
org.apache.camel.NamedNode definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(org.apache.camel.Exchange exchange,
org.apache.camel.util.StopWatch stopWatch) |
org.apache.camel.util.StopWatch |
before(org.apache.camel.Exchange exchange) |
int |
getOrder() |
public DebuggerAdvice(org.apache.camel.spi.Debugger debugger,
org.apache.camel.Processor target,
org.apache.camel.NamedNode definition)
public org.apache.camel.util.StopWatch before(org.apache.camel.Exchange exchange)
throws Exception
before in interface org.apache.camel.spi.CamelInternalProcessorAdvice<org.apache.camel.util.StopWatch>Exceptionpublic void after(org.apache.camel.Exchange exchange,
org.apache.camel.util.StopWatch stopWatch)
throws Exception
after in interface org.apache.camel.spi.CamelInternalProcessorAdvice<org.apache.camel.util.StopWatch>Exceptionpublic int getOrder()
getOrder in interface org.apache.camel.OrderedApache Camel