InboundAssociation

final case class InboundAssociation(association: AssociationHandle) extends AssociationEvent

Message sent to a akka.remote.transport.Transport.AssociationEventListener registered to a transport (via the Promise returned by akka.remote.transport.Transport#listen) when an inbound association request arrives.

Value parameters:
association

The handle for the inbound association.

Source:
Transport.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product