Package io.quarkus.info.runtime.spi
Interface InfoContributor
-
public interface InfoContributorSPI used by extensions to contribute properties to the info endpoint. This is meant to be called when the application is started and provide properties that do not change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>data()Properties to add undernameStringname()The top level property under which thedatawill be added
-