Package org.apache.pekko.cluster
Class ConfigUtil$
- java.lang.Object
-
- org.apache.pekko.cluster.ConfigUtil$
-
public class ConfigUtil$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigUtil$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ConfigUtil$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.typesafe.config.ConfigadaptAkkaToPekkoConfig(com.typesafe.config.Config cfg)com.typesafe.config.ConfigadaptPekkoToAkkaConfig(com.typesafe.config.Config cfg)com.typesafe.config.ConfigaddAkkaConfig(com.typesafe.config.Config cfg, java.lang.String akkaVersion)java.lang.StringgetAkkaVersion(com.typesafe.config.Config cfg)booleanisStrictAkkaConfig(com.typesafe.config.Config cfg)booleansupportsAkkaConfig(com.typesafe.config.Config cfg)
-
-
-
Field Detail
-
MODULE$
public static final ConfigUtil$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
addAkkaConfig
public com.typesafe.config.Config addAkkaConfig(com.typesafe.config.Config cfg, java.lang.String akkaVersion)
-
adaptPekkoToAkkaConfig
public com.typesafe.config.Config adaptPekkoToAkkaConfig(com.typesafe.config.Config cfg)
-
adaptAkkaToPekkoConfig
public com.typesafe.config.Config adaptAkkaToPekkoConfig(com.typesafe.config.Config cfg)
-
supportsAkkaConfig
public boolean supportsAkkaConfig(com.typesafe.config.Config cfg)
-
getAkkaVersion
public java.lang.String getAkkaVersion(com.typesafe.config.Config cfg)
-
isStrictAkkaConfig
public boolean isStrictAkkaConfig(com.typesafe.config.Config cfg)
-
-