ClassicActorRefOps

final implicit implicit class ClassicActorRefOps(val ref: ActorRef) extends AnyVal

Extension methods added to akka.actor.ActorRef.

Source:
package.scala
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def toTyped[T]: ActorRef[T]

Adapt the classic ActorRef to akka.actor.typed.ActorRef[T]. There is also an automatic implicit conversion for this, but this more explicit variant might sometimes be preferred.

Adapt the classic ActorRef to akka.actor.typed.ActorRef[T]. There is also an automatic implicit conversion for this, but this more explicit variant might sometimes be preferred.

Source:
package.scala

Concrete fields