Interface Configurable


  • public interface Configurable
    Allows the service to request access to the configuration properties for configuring itself.
    • Method Detail

      • configure

        void configure​(java.util.Map configurationValues)
        Configure the service.
        Parameters:
        configurationValues - The configuration properties.