Interface ApplicationInfoProvider


public interface ApplicationInfoProvider
Provider for the ApplicationInfo
  • Method Details

    • get

      Provides application specific information.
      Returns:
      application specific information or null if not available
    • setPrevious

      default void setPrevious(ApplicationInfoProvider previous)
      Passes the latest configured ApplicationInfoProvider during configuration phase when this instances gets registered. The previous provider can be used to build an adapted provider on top.
      Parameters:
      previous - The previously registered provider.