Interface ILearnerConfigHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getConfig()  
      void setConfig​(java.util.Map<java.lang.String,​java.lang.Object> config)
      Sets the the configuration to the set values.
    • Method Detail

      • setConfig

        void setConfig​(java.util.Map<java.lang.String,​java.lang.Object> config)
                throws LearnerConfigurationFailedException,
                       java.lang.InterruptedException
        Sets the the configuration to the set values.
        Parameters:
        config -
        Throws:
        LearnerConfigurationFailedException - Thrown, if there were issues regarding the configuration or setting the configuration to the new configs.
        java.lang.InterruptedException - Thrown if the handler for setting the configurations is interrupted.
      • getConfig

        java.util.Map<java.lang.String,​java.lang.Object> getConfig()
        Returns:
        A key-value map for mapping properties to the respective values.