public interface MetricsContext
Modifier and Type | Method and Description |
---|---|
void |
start(Exchange m)
Will be called at the start of invoke (or when added to a started MessageMetrics).
|
void |
stop(long timeInNS,
long inSize,
long outSize,
Exchange exchange)
Called when the invocation is complete.
|
void start(Exchange m)
void stop(long timeInNS, long inSize, long outSize, Exchange exchange)
timeInNS
- inSize
- outSize
- exchange
- Apache CXF