Class CxfProperties.Metrics
- java.lang.Object
-
- org.apache.cxf.spring.boot.autoconfigure.CxfProperties.Metrics
-
- Enclosing class:
- CxfProperties
public static class CxfProperties.Metrics extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCxfProperties.Metrics.Clientstatic classCxfProperties.Metrics.Server
-
Constructor Summary
Constructors Constructor Description Metrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CxfProperties.Metrics.ClientgetClient()CxfProperties.Metrics.ServergetServer()booleanisEnabled()voidsetEnabled(boolean enabled)
-
-
-
Method Detail
-
getServer
public CxfProperties.Metrics.Server getServer()
-
getClient
public CxfProperties.Metrics.Client getClient()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
-