Class JoinConfigCompatChecker$

java.lang.Object
org.apache.pekko.cluster.JoinConfigCompatChecker$

public class JoinConfigCompatChecker$ extends Object
  • Field Details

    • MODULE$

      public static final JoinConfigCompatChecker$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • JoinConfigCompatChecker$

      public JoinConfigCompatChecker$()
  • Method Details

    • exists

      public ConfigValidation exists(scala.collection.immutable.Seq<String> requiredKeys, com.typesafe.config.Config toCheck)
      Checks that all requiredKeys are available in toCheck Config.

      Parameters:
      requiredKeys - - a Seq of required keys
      toCheck - - the Config instance to be checked
    • fullMatch

      public ConfigValidation fullMatch(scala.collection.immutable.Seq<String> requiredKeys, com.typesafe.config.Config toCheck, com.typesafe.config.Config actualConfig)
      Checks that all requiredKeys are available in toCheck Config and its values match exactly the values in currentConfig.

      Parameters:
      requiredKeys - - a Seq of required keys
      toCheck - - the Config instance to be checked
      actualConfig - - the Config instance containing the expected values