Class InfoEndpoint
java.lang.Object
io.micronaut.management.endpoint.info.InfoEndpoint
Exposes an Endpoint
to provide information about the application.
- Since:
- 1.0
- Author:
- Zachary Klein
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
NAME
Constant with the name of the Info endpoint.- See Also:
-
PREFIX
The prefix for Info endpoint configuration.- See Also:
-
-
Constructor Details
-
InfoEndpoint
- Parameters:
infoAggregator
- TheInfoAggregator
infoSources
- TheInfoSource
-