Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.actuate.endpoint.mvc |
Actuator Spring MVC endpoint support.
|
Modifier and Type | Method and Description |
---|---|
ManagementServerProperties |
ManagementServerPropertiesAutoConfiguration.managementServerProperties() |
Modifier and Type | Method and Description |
---|---|
ActuatorDocsEndpoint |
EndpointWebMvcHypermediaManagementContextConfiguration.actuatorDocsEndpoint(ManagementServerProperties management) |
ActuatorHalJsonEndpoint |
EndpointWebMvcHypermediaManagementContextConfiguration.actuatorMvcEndpoint(ManagementServerProperties management,
ResourceProperties resources,
ResourceLoader resourceLoader) |
org.springframework.hateoas.hal.DefaultCurieProvider |
EndpointWebMvcHypermediaManagementContextConfiguration.curieProvider(ServerProperties server,
ManagementServerProperties management,
ActuatorDocsEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected ManagementServerProperties |
ActuatorHalJsonEndpoint.getManagement() |
Constructor and Description |
---|
ActuatorDocsEndpoint(ManagementServerProperties management) |
ActuatorHalBrowserEndpoint(ManagementServerProperties management) |
ActuatorHalJsonEndpoint(ManagementServerProperties management) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.