ActorAssociationEventListener

org.apache.pekko.remote.transport.Transport$.ActorAssociationEventListener

Class to convert ordinary pekko.actor.ActorRef instances to an AssociationEventListener. The adapter will forward event objects as messages to the provided ActorRef.

Attributes

Source
Transport.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def notify(ev: AssociationEvent): Unit

Called by the transport to notify the listener about an AssociationEvent

Called by the transport to notify the listener about an AssociationEvent

Value parameters

ev

The AssociationEvent of the transport

Attributes

Definition Classes
Source
Transport.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product