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 |
---|---|
HealthEndpoint |
EndpointAutoConfiguration.healthEndpoint() |
Modifier and Type | Method and Description |
---|---|
HealthMvcEndpoint |
EndpointWebMvcManagementContextConfiguration.healthMvcEndpoint(HealthEndpoint delegate,
ManagementServerProperties managementServerProperties) |
Constructor and Description |
---|
HealthMvcEndpoint(HealthEndpoint delegate) |
HealthMvcEndpoint(HealthEndpoint delegate,
boolean secure) |
HealthMvcEndpoint(HealthEndpoint delegate,
boolean secure,
List<String> roles) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.