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 |
---|---|
ManagementServletContext |
EndpointWebMvcHypermediaManagementContextConfiguration.managementServletContext(ManagementServerProperties properties) |
ManagementServletContext |
EndpointWebMvcAutoConfiguration.managementServletContext(ManagementServerProperties properties) |
Modifier and Type | Method and Description |
---|---|
ActuatorDocsEndpoint |
EndpointWebMvcHypermediaManagementContextConfiguration.actuatorDocsEndpoint(ManagementServletContext managementServletContext) |
ActuatorHalJsonEndpoint |
EndpointWebMvcHypermediaManagementContextConfiguration.actuatorMvcEndpoint(ManagementServletContext managementServletContext,
ResourceProperties resources,
ResourceLoader resourceLoader) |
Modifier and Type | Method and Description |
---|---|
protected ManagementServletContext |
ActuatorHalJsonEndpoint.getManagementServletContext() |
Constructor and Description |
---|
ActuatorDocsEndpoint(ManagementServletContext managementServletContext) |
ActuatorHalBrowserEndpoint(ManagementServletContext managementServletContext) |
ActuatorHalJsonEndpoint(ManagementServletContext managementServletContext) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.