Class SimpleInfoContributor
java.lang.Object
org.springframework.boot.actuate.info.SimpleInfoContributor
- All Implemented Interfaces:
InfoContributor
A simple
InfoContributor
that exposes a single detail.- Since:
- 1.4.0
- Author:
- Stephane Nicoll
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contribute
(Info.Builder builder) Contributes additional details using the specifiedBuilder
.
-
Constructor Details
-
SimpleInfoContributor
-
-
Method Details
-
contribute
Description copied from interface:InfoContributor
Contributes additional details using the specifiedBuilder
.- Specified by:
contribute
in interfaceInfoContributor
- Parameters:
builder
- the builder to use
-