@ConfigurationProperties(name="endpoints.jolokia", ignoreUnknownFields=false) public class JolokiaMvcEndpoint extends Object implements MvcEndpoint
Endpoint
implementation to register the Jolokia infrastructure with the Boot
management subsystem.Constructor and Description |
---|
JolokiaMvcEndpoint() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getEndpointType() |
String |
getPath() |
boolean |
isEnabled() |
boolean |
isSensitive() |
void |
setEnabled(boolean enabled) |
void |
setPath(String path) |
void |
setSensitive(boolean sensitive) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getPath()
getPath
in interface MvcEndpoint
public void setPath(String path)
public boolean isSensitive()
isSensitive
in interface MvcEndpoint
public void setSensitive(boolean sensitive)
public Class<?> getEndpointType()
getEndpointType
in interface MvcEndpoint
Copyright © 2013. All rights reserved.