Class EnvironmentInfoContributor
java.lang.Object
org.springframework.boot.actuate.info.EnvironmentInfoContributor
- All Implemented Interfaces:
InfoContributor
An
InfoContributor that provides all environment entries prefixed with info.- Since:
- 1.4.0
- Author:
- Meang Akira Tanaka, Stephane Nicoll, Madhura Bhave
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(Info.Builder builder) Contributes additional details using the specifiedBuilder.
-
Constructor Details
-
EnvironmentInfoContributor
-
-
Method Details
-
contribute
Description copied from interface:InfoContributorContributes additional details using the specifiedBuilder.- Specified by:
contributein interfaceInfoContributor- Parameters:
builder- the builder to use
-