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

    Modifier and Type
    Method
    Description
    Properties to add under name
    The top level property under which the data will be added
  • Method Details

    • name

      String name()
      The top level property under which the data will be added
    • data

      Map<String,Object> data()
      Properties to add under name