public static final class ActorTransportAdapter.ListenUnderlying extends java.lang.Object implements ActorTransportAdapter.TransportOperation, scala.Product, scala.Serializable
| Constructor and Description |
|---|
ListenUnderlying(Address listenAddress,
scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener) |
| Modifier and Type | Method and Description |
|---|---|
Address |
listenAddress() |
scala.concurrent.Future<Transport.AssociationEventListener> |
upstreamListener() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ListenUnderlying(Address listenAddress, scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener)
public Address listenAddress()
public scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener()