| Package | Description |
|---|---|
| org.apache.camel.management |
Camel management
|
| org.apache.camel.processor |
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
|
| Modifier and Type | Method and Description |
|---|---|
StopWatch |
InstrumentationProcessor.before(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentationProcessor.after(Exchange exchange,
StopWatch watch) |
| Modifier and Type | Method and Description |
|---|---|
StopWatch |
CamelInternalProcessor.InstrumentationAdvice.before(Exchange exchange) |
StopWatch |
CamelInternalProcessor.BacklogDebuggerAdvice.before(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelInternalProcessor.InstrumentationAdvice.after(Exchange exchange,
StopWatch watch) |
void |
CamelInternalProcessor.BacklogDebuggerAdvice.after(Exchange exchange,
StopWatch stopWatch) |
Apache Camel