ActorHandleEventListener

org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
final case class ActorHandleEventListener(actor: ActorRef) extends HandleEventListener

Class to convert ordinary pekko.actor.ActorRef instances to a HandleEventListener. 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: HandleEvent): Unit

Called by the transport to notify the listener about a HandleEvent

Called by the transport to notify the listener about a HandleEvent

Value parameters

ev

The HandleEvent of the handle

Attributes

Definition Classes
Source
Transport.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product