@ConfigurationProperties(prefix="endpoints.loggers") public class LoggersMvcEndpoint extends EndpointMvcAdapter
LoggersEndpoint as an MvcEndpoint.DISABLED_RESPONSE| Constructor and Description |
|---|
LoggersMvcEndpoint(LoggersEndpoint delegate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name) |
Object |
set(String name,
Map<String,String> configuration) |
invokegetDelegate, getDisabledResponse, getEndpointType, getName, getPath, isSensitive, setPathpublic LoggersMvcEndpoint(LoggersEndpoint delegate)
@ActuatorGetMapping(value="/{name:.*}") @ResponseBody @HypermediaDisabled public Object get(@PathVariable String name)
@ActuatorPostMapping(value="/{name:.*}") @ResponseBody @HypermediaDisabled public Object set(@PathVariable String name, @RequestBody Map<String,String> configuration)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.