ActorSelectionRoutee

org.apache.pekko.routing.ActorSelectionRoutee
final case class ActorSelectionRoutee(selection: ActorSelection) extends Routee

Routee that sends the messages to a pekko.actor.ActorSelection.

Attributes

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

Members list

Value members

Concrete methods

override def send(message: Any, sender: ActorRef): Unit

Attributes

Definition Classes
Source
Router.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product