akka.remote
Class EndpointManager.Listen

java.lang.Object
  extended by akka.remote.EndpointManager.Listen
All Implemented Interfaces:
NoSerializationVerificationNeeded, EndpointManager.RemotingCommand, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
EndpointManager

public static class EndpointManager.Listen
extends java.lang.Object
implements EndpointManager.RemotingCommand, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
EndpointManager.Listen(scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,Address>>> addressesPromise)
           
 
Method Summary
 scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,Address>>> addressesPromise()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

EndpointManager.Listen

public EndpointManager.Listen(scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,Address>>> addressesPromise)
Method Detail

addressesPromise

public scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,Address>>> addressesPromise()