Class ActorTransportAdapter.AssociateUnderlying
java.lang.Object
org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,ActorTransportAdapter.TransportOperation,scala.Equals,scala.Product
- Enclosing class:
- ActorTransportAdapter
public static final class ActorTransportAdapter.AssociateUnderlying
extends Object
implements ActorTransportAdapter.TransportOperation, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssociateUnderlying(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise) -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise) scala.concurrent.Promise<AssociationHandle>booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.concurrent.Promise<AssociationHandle>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
AssociateUnderlying
public AssociateUnderlying(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise)
-
-
Method Details
-
remoteAddress
-
statusPromise
-
copy
public ActorTransportAdapter.AssociateUnderlying copy(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise) -
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
-