Class ConfigUtil

java.lang.Object
org.apache.pekko.cluster.ConfigUtil

public class ConfigUtil extends Object
  • Constructor Details

    • ConfigUtil

      public ConfigUtil()
  • Method Details

    • addAkkaConfig

      public static com.typesafe.config.Config addAkkaConfig(com.typesafe.config.Config cfg, String akkaVersion)
    • adaptPekkoToAkkaConfig

      public static com.typesafe.config.Config adaptPekkoToAkkaConfig(com.typesafe.config.Config cfg)
    • adaptAkkaToPekkoConfig

      public static com.typesafe.config.Config adaptAkkaToPekkoConfig(com.typesafe.config.Config cfg)
    • supportsAkkaConfig

      public static boolean supportsAkkaConfig(com.typesafe.config.Config cfg)
    • getAkkaVersion

      public static String getAkkaVersion(com.typesafe.config.Config cfg)
    • isStrictAkkaConfig

      public static boolean isStrictAkkaConfig(com.typesafe.config.Config cfg)