Interface InfoSource
- All Superinterfaces:
Ordered
- All Known Subinterfaces:
PropertiesInfoSource
- All Known Implementing Classes:
BuildInfoSource
,ConfigurationInfoSource
,GitInfoSource
Describes an source of info that will be retrieved by the InfoEndpoint
.
- Since:
- 1.0
- Author:
- Zachary Klein
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
-
Method Details
-
getSource
Publisher<PropertySource> getSource()- Returns:
- A publisher that returns a
PropertySource
containing data to be added to the endpoint response.
-