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
    default String
    The display name of the contributor in the DevUI card will fall back to name() if not set
    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
    • displayName

      default String displayName()
      The display name of the contributor in the DevUI card will fall back to name() if not set
    • data

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