Package org.apache.pekko.cluster
Class ConfigUtil
java.lang.Object
org.apache.pekko.cluster.ConfigUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ConfigUtilpublic ConfigUtil()
 
- 
- 
Method Details- 
addAkkaConfigpublic static com.typesafe.config.Config addAkkaConfig(com.typesafe.config.Config cfg, String akkaVersion) 
- 
adaptPekkoToAkkaConfigpublic static com.typesafe.config.Config adaptPekkoToAkkaConfig(com.typesafe.config.Config cfg) 
- 
adaptAkkaToPekkoConfigpublic static com.typesafe.config.Config adaptAkkaToPekkoConfig(com.typesafe.config.Config cfg) 
- 
supportsAkkaConfigpublic static boolean supportsAkkaConfig(com.typesafe.config.Config cfg) 
- 
getAkkaVersion
- 
isStrictAkkaConfigpublic static boolean isStrictAkkaConfig(com.typesafe.config.Config cfg) 
 
-