Class ArterySettings$


  • public class ArterySettings$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ArterySettings$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ArterySettings$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.remote.artery.ArterySettings apply​(com.typesafe.config.Config config)  
      java.lang.String getHostname​(java.lang.String key, com.typesafe.config.Config config)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ArterySettings$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ArterySettings$

        public ArterySettings$()
    • Method Detail

      • apply

        public akka.remote.artery.ArterySettings apply​(com.typesafe.config.Config config)
      • getHostname

        public java.lang.String getHostname​(java.lang.String key,
                                            com.typesafe.config.Config config)