Package org.apache.pekko.cluster
Class ConfigUtil
java.lang.Object
org.apache.pekko.cluster.ConfigUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.typesafe.config.Config
adaptAkkaToPekkoConfig
(com.typesafe.config.Config cfg) static com.typesafe.config.Config
adaptPekkoToAkkaConfig
(com.typesafe.config.Config cfg) static com.typesafe.config.Config
addAkkaConfig
(com.typesafe.config.Config cfg, String akkaVersion) static String
getAkkaVersion
(com.typesafe.config.Config cfg) static boolean
isStrictAkkaConfig
(com.typesafe.config.Config cfg) static boolean
supportsAkkaConfig
(com.typesafe.config.Config cfg)
-
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
-
isStrictAkkaConfig
public static boolean isStrictAkkaConfig(com.typesafe.config.Config cfg)
-