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.Config
addAkkaConfig(com.typesafe.config.Config cfg, java.lang.String akkaVersion)
-
-
-
Field Detail
-
MODULE$
public static final ConfigUtil$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-