Package org.apache.cxf.metrics
Class ExchangeMetrics
- java.lang.Object
-
- org.apache.cxf.metrics.ExchangeMetrics
-
public class ExchangeMetrics extends Object
-
-
Constructor Summary
Constructors Constructor Description ExchangeMetrics(Exchange e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExchangeMetricsaddContext(MetricsContext ctx)voidstart()voidstop()
-
-
-
Constructor Detail
-
ExchangeMetrics
public ExchangeMetrics(Exchange e)
-
-
Method Detail
-
addContext
public ExchangeMetrics addContext(MetricsContext ctx)
-
start
public void start()
-
stop
public void stop()
-
-