Interface ConfigApplyDelegate


  • @Beta
    public interface ConfigApplyDelegate
    Delegate for notification when configuration changes have been applied.
    • Method Detail

      • onApply

        void onApply​(Config config)
        Processes changes applied to the specified configuration.
        Parameters:
        config - changed configuration