public static final class CamelInternalProcessor.BacklogDebuggerAdvice extends Object implements org.apache.camel.spi.CamelInternalProcessorAdvice<org.apache.camel.util.StopWatch>, org.apache.camel.Ordered
BacklogDebugger if enabled.| Constructor and Description |
|---|
BacklogDebuggerAdvice(BacklogDebugger backlogDebugger,
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 BacklogDebuggerAdvice(BacklogDebugger backlogDebugger, 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