Class ActorTransportAdapter.ListenUnderlying
java.lang.Object
org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,ActorTransportAdapter.TransportOperation,scala.Equals,scala.Product
- Enclosing class:
- ActorTransportAdapter
public static final class ActorTransportAdapter.ListenUnderlying
extends Object
implements ActorTransportAdapter.TransportOperation, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionListenUnderlying(Address listenAddress, scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener) -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(Address listenAddress, scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener) scala.concurrent.Future<Transport.AssociationEventListener>booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()scala.concurrent.Future<Transport.AssociationEventListener>Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
ListenUnderlying
public ListenUnderlying(Address listenAddress, scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener)
-
-
Method Details
-
listenAddress
-
upstreamListener
-
copy
public ActorTransportAdapter.ListenUnderlying copy(Address listenAddress, scala.concurrent.Future<Transport.AssociationEventListener> upstreamListener) -
copy$default$1
-
copy$default$2
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-