InboundAssociation
org.apache.pekko.remote.transport.Transport.InboundAssociation
final case class InboundAssociation(association: AssociationHandle) extends AssociationEvent
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.
Value parameters
- association
-
The handle for the inbound association.
Attributes
- Source
- Transport.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AssociationEventclass Objecttrait Matchableclass Any
Members list
In this article