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 SummaryConstructorsConstructorDescriptionAssociateUnderlying(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise) 
- 
Method SummaryModifier 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.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.ProductproductElementNames
- 
Constructor Details- 
AssociateUnderlyingpublic AssociateUnderlying(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise) 
 
- 
- 
Method Details- 
remoteAddress
- 
statusPromise
- 
copypublic ActorTransportAdapter.AssociateUnderlying copy(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise) 
- 
copy$default$1
- 
copy$default$2
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
 
- 
productElementName- Specified by:
- productElementNamein interface- scala.Product
 
- 
hashCodepublic int hashCode()
- 
toString
- 
equals
 
-