akka.actor

LocalActorRefProvider

class LocalActorRefProvider extends ActorRefProvider

Local ActorRef provider.

Linear Supertypes
ActorRefProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LocalActorRefProvider
  2. ActorRefProvider
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocalActorRefProvider(_systemName: String, settings: Settings, eventStream: EventStream, scheduler: Scheduler, dynamicAccess: DynamicAccess)

  2. new LocalActorRefProvider(_systemName: String, settings: Settings, eventStream: EventStream, scheduler: Scheduler, deployer: Deployer)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def actorFor(ref: InternalActorRef, path: Iterable[String]): InternalActorRef

    Create actor reference for the specified child path starting at the given starting point.

    Create actor reference for the specified child path starting at the given starting point. This method always returns an actor which is “logically local”, i.e. it cannot be used to obtain a reference to an actor which is not physically or logically attached to this actor system.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  7. def actorFor(path: ActorPath): InternalActorRef

    Create actor reference for a specified local or remote path.

    Create actor reference for a specified local or remote path. If no such actor exists, it will be (equivalent to) a dead letter reference.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  8. def actorFor(ref: InternalActorRef, path: String): InternalActorRef

    Create actor reference for a specified local or remote path, which will be parsed using java.

    Create actor reference for a specified local or remote path, which will be parsed using java.net.URI. If no such actor exists, it will be (equivalent to) a dead letter reference. If s is a relative URI, resolve it relative to the given ref.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  9. def actorOf(system: ActorSystemImpl, props: Props, supervisor: InternalActorRef, path: ActorPath, systemService: Boolean, deploy: Option[Deploy], lookupDeploy: Boolean): InternalActorRef

    Actor factory with create-only semantics: will create an actor as described by props with the given supervisor and path (may be different in case of remote supervision).

    Actor factory with create-only semantics: will create an actor as described by props with the given supervisor and path (may be different in case of remote supervision). If systemService is true, deployment is bypassed (local-only). If Some(deploy) is passed in, it should be regarded as taking precedence over the nominally applicable settings, but it should be overridable from external configuration; the lookup of the latter can be suppressed by setting lookupDeploy to false.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. val deadLetters: DeadLetterActorRef

    Dead letter destination for this provider.

    Dead letter destination for this provider.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  13. val deathWatch: LocalDeathWatch

    Reference to the death watch service.

    Reference to the death watch service.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  14. val deployer: Deployer

  15. def dispatcher: MessageDispatcher

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. val eventStream: EventStream

  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  21. def getExternalAddressFor(addr: Address): Option[Address]

    Obtain the address which is to be used within sender references when sending to the given other address or none if the other address cannot be reached from this system (i.

    Obtain the address which is to be used within sender references when sending to the given other address or none if the other address cannot be reached from this system (i.e. no means of communication known; no attempt is made to verify actual reachability).

    Definition Classes
    LocalActorRefProviderActorRefProvider
  22. lazy val guardian: InternalActorRef

  23. def guardianSupervisionStrategy: OneForOneStrategy

    Overridable supervision strategy to be used by the “/user” guardian.

    Overridable supervision strategy to be used by the “/user” guardian.

    Attributes
    protected
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def init(_system: ActorSystemImpl): Unit

    Initialization of an ActorRefProvider happens in two steps: first construction of the object with settings, eventStream, scheduler, etc.

    Initialization of an ActorRefProvider happens in two steps: first construction of the object with settings, eventStream, scheduler, etc. and then—when the ActorSystem is constructed—the second phase during which actors may be created (e.g. the guardians).

    Definition Classes
    LocalActorRefProviderActorRefProvider
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. val log: LoggingAdapter

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def registerExtraNames(_extras: Map[String, InternalActorRef]): Unit

    Higher-level providers (or extensions) might want to register new synthetic top-level paths for doing special stuff.

    Higher-level providers (or extensions) might want to register new synthetic top-level paths for doing special stuff. This is the way to do just that. Just be careful to complete all this before ActorSystem.start() finishes, or before you start your own auto-spawned actors.

  32. def registerTempActor(actorRef: InternalActorRef, path: ActorPath): Unit

    Registers an actorRef at a path returned by tempPath(); do NOT pass in any other path.

    Registers an actorRef at a path returned by tempPath(); do NOT pass in any other path.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  33. lazy val rootGuardian: InternalActorRef

  34. val rootPath: ActorPath

    The root path for all actors within this actor system, including remote address if enabled.

    The root path for all actors within this actor system, including remote address if enabled.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  35. val scheduler: Scheduler

  36. val settings: Settings

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. lazy val systemGuardian: InternalActorRef

  39. def systemGuardianSupervisionStrategy: OneForOneStrategy

    Overridable supervision strategy to be used by the “/system” guardian.

    Overridable supervision strategy to be used by the “/system” guardian.

    Attributes
    protected
  40. lazy val tempContainer: VirtualPathContainer

  41. def tempPath(): ActorPath

    Generates and returns a unique actor path below “/temp”.

    Generates and returns a unique actor path below “/temp”.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  42. lazy val terminationFuture: Promise[Unit]

  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def unregisterTempActor(path: ActorPath): Unit

    Unregister a temporary actor from the “/temp” path (i.

    Unregister a temporary actor from the “/temp” path (i.e. obtained from tempPath()); do NOT pass in any other path.

    Definition Classes
    LocalActorRefProviderActorRefProvider
  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ActorRefProvider

Inherited from AnyRef

Inherited from Any