Interface ConfigDef.Validator

    • Method Detail

      • ensureValid

        void ensureValid​(String name,
                         Object value)
        Perform single configuration validation.
        Parameters:
        name - The name of the configuration
        value - The value of the configuration
        Throws:
        ConfigException - if the value is invalid.