Interface InfoSource
-
- All Superinterfaces:
io.micronaut.core.order.Ordered
- All Known Subinterfaces:
PropertiesInfoSource
- All Known Implementing Classes:
BuildInfoSource,ConfigurationInfoSource,GitInfoSource
public interface InfoSource extends io.micronaut.core.order.OrderedDescribes an source of info that will be retrieved by the
InfoEndpoint.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.reactivestreams.Publisher<io.micronaut.context.env.PropertySource>getSource()
-