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 m)
Called when the invocation is complete.
|
void start(Exchange m)
void stop(long timeInNS, long inSize, long outSize, Exchange m)
timeInNS
- inSize
- outSize
- fm
- Apache CXF