Class Transport.InboundAssociation
java.lang.Object
org.apache.pekko.remote.transport.Transport.InboundAssociation
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,Transport.AssociationEvent,scala.Equals,scala.Product
- Enclosing interface:
- Transport
public static final class Transport.InboundAssociation
extends Object
implements Transport.AssociationEvent, scala.Product, Serializable
Message sent to a
pekko.remote.transport.Transport.AssociationEventListener registered to a transport
(via the Promise returned by pekko.remote.transport.Transport#listen) when an inbound association request arrives.
param: association The handle for the inbound association.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(AssociationHandle association) booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
InboundAssociation
-
-
Method Details
-
association
-
copy
-
copy$default$1
-
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
-