Package io.quarkus.info.runtime.spi
Interface InfoContributor
public interface InfoContributor
SPI 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
-
Method Details
-
name
String name()The top level property under which thedatawill be added -
data
Properties to add undername
-