public interface RestMonitoringConfiguration extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName() |
String |
getContextRoot() |
String |
getEnabled()
Checks if the Rest Monitoring service is enabled or not
|
String |
getSecurityEnabled() |
void |
setApplicationName(String name) |
void |
setContextRoot(String contextRoot) |
void |
setEnabled(String value) |
void |
setSecurityEnabled(String value) |
createChild, deepCopy, getParent, getParent
String getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoException
String getContextRoot()
void setContextRoot(String contextRoot) throws PropertyVetoException
PropertyVetoException
String getApplicationName()
void setApplicationName(String name) throws PropertyVetoException
PropertyVetoException
String getSecurityEnabled()
void setSecurityEnabled(String value) throws PropertyVetoException
PropertyVetoException
Copyright © 2020. All rights reserved.