Class InfoEndpoint
- java.lang.Object
-
- io.micronaut.management.endpoint.info.InfoEndpoint
-
-
Constructor Summary
Constructors Constructor Description InfoEndpoint(InfoAggregator infoAggregator, InfoSource[] infoSources)
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
Constant with the name of the Info endpoint.- See Also:
- Constant Field Values
-
PREFIX
public static final java.lang.String PREFIX
The prefix for Info endpoint configuration.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InfoEndpoint
public InfoEndpoint(InfoAggregator infoAggregator, InfoSource[] infoSources)
- Parameters:
infoAggregator- TheInfoAggregatorinfoSources- TheInfoSource
-
-