case classActorHandleEventListener(actor: ActorRef) extends HandleEventListener with Product with Serializable
Class to convert ordinary akka.actor.ActorRef instances to a HandleEventListener. The adapter will
forward event objects as messages to the provided ActorRef.
actor
Linear Supertypes
Serializable, Serializable, Product, Equals, HandleEventListener, AnyRef, Any
Class to convert ordinary akka.actor.ActorRef instances to a HandleEventListener. The adapter will forward event objects as messages to the provided ActorRef.