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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product