public class MetricsOutInterceptor extends AbstractMetricsInterceptor
The MetricsInInterceptor records the time that a message is received and the out
interceptor calculates the total time and saves the result.
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsOutInterceptor.OneWayMessageEndingInterceptor |
| Constructor and Description |
|---|
MetricsOutInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(org.apache.cxf.message.Message message)
Handle the out message, including one way messages.
|
beginHandlingMessage, endHandlingMessage, isClientpublic void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
AbstractMetricsInterceptor are used to get the numbers and save them to YAMMER objects.org.apache.cxf.interceptor.FaultThis work is licensed under a Creative Commons Attribution 4.0 International License.