akka.remote.transport
Class ActorTransportAdapter.AssociateUnderlying

java.lang.Object
  extended by akka.remote.transport.ActorTransportAdapter.AssociateUnderlying
All Implemented Interfaces:
NoSerializationVerificationNeeded, ActorTransportAdapter.TransportOperation, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ActorTransportAdapter

public static class ActorTransportAdapter.AssociateUnderlying
extends java.lang.Object
implements ActorTransportAdapter.TransportOperation, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ActorTransportAdapter.AssociateUnderlying(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise)
           
 
Method Summary
 Address remoteAddress()
           
 scala.concurrent.Promise<AssociationHandle> statusPromise()
           
 
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

ActorTransportAdapter.AssociateUnderlying

public ActorTransportAdapter.AssociateUnderlying(Address remoteAddress,
                                                 scala.concurrent.Promise<AssociationHandle> statusPromise)
Method Detail

remoteAddress

public Address remoteAddress()

statusPromise

public scala.concurrent.Promise<AssociationHandle> statusPromise()