Akka 2.10.6 - akka.actor.ActorContext (original) (raw)
trait ActorContext extends ActorRefFactory with ClassicActorContextProvider
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorContext
- ClassicActorContextProvider
- ActorRefFactory
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def actorOf(props: Props, name: String): ActorRef
- abstract def actorOf(props: Props): ActorRef
- abstract def become(behavior: Receive, discardOld: Boolean): Unit
- abstract def child(name: String): Option[ActorRef]
- abstract def children: Iterable[ActorRef]
- implicit abstract def dispatcher: ExecutionContextExecutor
- abstract def guardian: InternalActorRef
- abstract def lookupRoot: InternalActorRef
- abstract def parent: ActorRef
- abstract def props: Props
- abstract def provider: ActorRefProvider
- abstract def receiveTimeout: Duration
- abstract def self: ActorRef
- abstract def sender(): ActorRef
- abstract def setReceiveTimeout(timeout: Duration): Unit
- abstract def stop(actor: ActorRef): Unit
- implicit abstract def system: ActorSystem
- abstract def systemImpl: ActorSystemImpl
- abstract def unbecome(): Unit
- abstract def unwatch(subject: ActorRef): ActorRef
- abstract def watch(subject: ActorRef): ActorRef
- abstract def watchWith(subject: ActorRef, msg: Any): ActorRef
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (ActorContext, B)
- final def ==(arg0: Any): Boolean
- def actorSelection(path: ActorPath): ActorSelection
- def actorSelection(path: String): ActorSelection
- final def asInstanceOf[T0]: T0
- def become(behavior: Receive): Unit
- def clone(): AnyRef
- def ensuring(cond: (ActorContext) => Boolean, msg: => Any): ActorContext
- def ensuring(cond: (ActorContext) => Boolean): ActorContext
- def ensuring(cond: Boolean, msg: => Any): ActorContext
- def ensuring(cond: Boolean): ActorContext
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- final def writeObject(o: ObjectOutputStream): Unit