Interface CoreComponentCustomPropertiesProvider


  • @ProviderType
    public interface CoreComponentCustomPropertiesProvider
    Interface for providing custom properties for core components based on feature toggles
    • Method Detail

      • getProperties

        java.util.Map<java.lang.String,​java.lang.Object> getProperties()
                                                                      throws GuideException
        Retrieves a map of custom properties.
        Returns:
        A map of property names to their respective values.
        Throws:
        GuideException - if there is an error during retrieval.