Packages

c

akka.actor.typed.scaladsl.adapter

UntypedActorContextOps

implicit final class UntypedActorContextOps extends AnyVal

Extension methods added to akka.actor.ActorContext.

Source
package.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UntypedActorContextOps
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UntypedActorContextOps(ctx: actor.ActorContext)

Value Members

  1. val ctx: actor.ActorContext
  2. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  3. def spawn[T](behavior: Behavior[T], name: String, props: Props = Props.empty): ActorRef[T]
  4. def spawnAnonymous[T](behavior: Behavior[T], props: Props = Props.empty): ActorRef[T]
  5. def stop(child: ActorRef[_]): Unit
  6. def unwatch[U](other: ActorRef[U]): Unit
  7. def watch[U](other: ActorRef[U]): Unit