Akka 2.10.6 - akka.actor.ActorContext (original) (raw)

trait ActorContext extends ActorRefFactory with ClassicActorContextProvider

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ActorContext
  2. ClassicActorContextProvider
  3. ActorRefFactory
  4. AnyRef
  5. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Abstract Value Members

  1. abstract def actorOf(props: Props, name: String): ActorRef
  2. abstract def actorOf(props: Props): ActorRef
  3. abstract def become(behavior: Receive, discardOld: Boolean): Unit
  4. abstract def child(name: String): Option[ActorRef]
  5. abstract def children: Iterable[ActorRef]
  6. implicit abstract def dispatcher: ExecutionContextExecutor
  7. abstract def guardian: InternalActorRef
  8. abstract def lookupRoot: InternalActorRef
  9. abstract def parent: ActorRef
  10. abstract def props: Props
  11. abstract def provider: ActorRefProvider
  12. abstract def receiveTimeout: Duration
  13. abstract def self: ActorRef
  14. abstract def sender(): ActorRef
  15. abstract def setReceiveTimeout(timeout: Duration): Unit
  16. abstract def stop(actor: ActorRef): Unit
  17. implicit abstract def system: ActorSystem
  18. abstract def systemImpl: ActorSystemImpl
  19. abstract def unbecome(): Unit
  20. abstract def unwatch(subject: ActorRef): ActorRef
  21. abstract def watch(subject: ActorRef): ActorRef
  22. abstract def watchWith(subject: ActorRef, msg: Any): ActorRef

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. def +(other: String): String
  4. def ->[B](y: B): (ActorContext, B)
  5. final def ==(arg0: Any): Boolean
  6. def actorSelection(path: ActorPath): ActorSelection
  7. def actorSelection(path: String): ActorSelection
  8. final def asInstanceOf[T0]: T0
  9. def become(behavior: Receive): Unit
  10. def clone(): AnyRef
  11. def ensuring(cond: (ActorContext) => Boolean, msg: => Any): ActorContext
  12. def ensuring(cond: (ActorContext) => Boolean): ActorContext
  13. def ensuring(cond: Boolean, msg: => Any): ActorContext
  14. def ensuring(cond: Boolean): ActorContext
  15. final def eq(arg0: AnyRef): Boolean
  16. def equals(arg0: AnyRef): Boolean
  17. final def getClass(): Class[_ <: AnyRef]
  18. def hashCode(): Int
  19. final def isInstanceOf[T0]: Boolean
  20. final def ne(arg0: AnyRef): Boolean
  21. final def notify(): Unit
  22. final def notifyAll(): Unit
  23. final def synchronized[T0](arg0: => T0): T0
  24. def toString(): String
  25. final def wait(arg0: Long, arg1: Int): Unit
  26. final def wait(arg0: Long): Unit
  27. final def wait(): Unit
  28. final def writeObject(o: ObjectOutputStream): Unit

Deprecated Value Members

  1. def finalize(): Unit
  2. def formatted(fmtstr: String): String
  3. def →[B](y: B): (ActorContext, B)

Ungrouped