Class InfoEndpoint
java.lang.Object
org.springframework.boot.actuate.info.InfoEndpoint
@Endpoint
to expose arbitrary application information.- Since:
- 2.0.0
- Author:
- Dave Syer, Meang Akira Tanaka, Stephane Nicoll
-
Constructor Summary
ConstructorDescriptionInfoEndpoint
(List<InfoContributor> infoContributors) Create a newInfoEndpoint
instance. -
Method Summary
-
Constructor Details
-
InfoEndpoint
Create a newInfoEndpoint
instance.- Parameters:
infoContributors
- the info contributors to use
-
-
Method Details
-
info
-