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.ConfigadaptAkkaToPekkoConfig(com.typesafe.config.Config cfg) static com.typesafe.config.ConfigadaptPekkoToAkkaConfig(com.typesafe.config.Config cfg) static com.typesafe.config.ConfigaddAkkaConfig(com.typesafe.config.Config cfg, String akkaVersion) static StringgetAkkaVersion(com.typesafe.config.Config cfg) static booleanisStrictAkkaConfig(com.typesafe.config.Config cfg) static booleansupportsAkkaConfig(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)
-