akka.remote.transport
Class ActorTransportAdapter.ListenUnderlying

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

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

See Also:
Serialized Form

Constructor Summary
ActorTransportAdapter.ListenUnderlying(Address listenAddress, scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener)
           
 
Method Summary
 Address listenAddress()
           
 scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener()
           
 
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.ListenUnderlying

public ActorTransportAdapter.ListenUnderlying(Address listenAddress,
                                              scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener)
Method Detail

listenAddress

public Address listenAddress()

upstreamListener

public scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener()