Interface AsyncReconfigurable


public interface AsyncReconfigurable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fromConfig(long config)
    Sets the configuration version to use.
  • Method Details

    • fromConfig

      void fromConfig(long config) throws Exception
      Sets the configuration version to use.
      Parameters:
      config - The version of the configuration.
      Throws:
      Exception