Package akka.remote

Class Remoting$


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

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

      Constructors 
      Constructor Description
      Remoting$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String EndpointManagerName()  
      Address localAddressForRemote​(scala.collection.immutable.Map<java.lang.String,​scala.collection.immutable.Set<scala.Tuple2<akka.remote.transport.AkkaProtocolTransport,​Address>>> transportMapping, Address remote)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • Remoting$

        public Remoting$()
    • Method Detail

      • EndpointManagerName

        public final java.lang.String EndpointManagerName()
      • localAddressForRemote

        public Address localAddressForRemote​(scala.collection.immutable.Map<java.lang.String,​scala.collection.immutable.Set<scala.Tuple2<akka.remote.transport.AkkaProtocolTransport,​Address>>> transportMapping,
                                             Address remote)