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 TypeMethodDescriptionboolean
copy
(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise) scala.concurrent.Promise<AssociationHandle>
boolean
int
hashCode()
int
productElement
(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, wait
Methods 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:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-