| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive |
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
|
| org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet |
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
|
| org.springframework.boot.actuate.autoconfigure.info |
Auto-configuration for actuator info concerns.
|
| org.springframework.boot.actuate.info |
Classes for application info.
|
| Modifier and Type | Method and Description |
|---|---|
CloudFoundryInfoEndpointWebExtension |
ReactiveCloudFoundryActuatorAutoConfiguration.cloudFoundryInfoEndpointWebExtension(GitProperties properties,
ObjectProvider<InfoContributor> infoContributors) |
| Modifier and Type | Method and Description |
|---|---|
CloudFoundryInfoEndpointWebExtension |
CloudFoundryActuatorAutoConfiguration.cloudFoundryInfoEndpointWebExtension(GitProperties properties,
ObjectProvider<InfoContributor> infoContributors) |
| Modifier and Type | Method and Description |
|---|---|
InfoContributor |
InfoContributorAutoConfiguration.buildInfoContributor(BuildProperties buildProperties) |
| Modifier and Type | Method and Description |
|---|---|
InfoEndpoint |
InfoEndpointAutoConfiguration.infoEndpoint(ObjectProvider<InfoContributor> infoContributors) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildInfoContributor
An
InfoContributor that exposes BuildProperties. |
class |
EnvironmentInfoContributor
An
InfoContributor that provides all environment entries prefixed with info. |
class |
GitInfoContributor
An
InfoContributor that exposes GitProperties. |
class |
InfoPropertiesInfoContributor<T extends InfoProperties>
A base
InfoContributor to expose an InfoProperties. |
class |
MapInfoContributor
A simple
InfoContributor that exposes a map. |
class |
SimpleInfoContributor
A simple
InfoContributor that exposes a single detail. |
| Constructor and Description |
|---|
InfoEndpoint(List<InfoContributor> infoContributors)
Create a new
InfoEndpoint instance. |