@ConfigurationProperties(name="management", ignoreUnknownFields=false) public class ManagementServerProperties extends Object
ServerProperties
Constructor and Description |
---|
ManagementServerProperties() |
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress() |
String |
getContextPath() |
Integer |
getPort()
Returns the management port or
null if the
server port should be used. |
boolean |
isAllowShutdown() |
void |
setAddress(InetAddress address) |
void |
setAllowShutdown(boolean allowShutdown) |
void |
setContextPath(String contextPath) |
void |
setPort(Integer port)
Sets the port of the management server, use
null if the
server port should be used. |
public boolean isAllowShutdown()
public void setAllowShutdown(boolean allowShutdown)
public Integer getPort()
null
if the
server port
should be used.setPort(Integer)
public void setPort(Integer port)
null
if the
server port
should be used. To disable use 0.public InetAddress getAddress()
public void setAddress(InetAddress address)
public String getContextPath()
public void setContextPath(String contextPath)
Copyright © 2013. All rights reserved.