LocalActorRefProvider Methods |
The LocalActorRefProvider type exposes the following members.
Name | Description | |
---|---|---|
ActorOf |
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 a value fordeploy 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".
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetExternalAddressFor |
TBD
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init |
TBD
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterExtraName |
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 Start finishes,
or before you start your own auto-spawned actors.
| |
RegisterTempActor |
Registers an actorRef at a path returned by TempPath; do NOT pass in any other path.
| |
ResolveActorRef(String) |
TBD
| |
ResolveActorRef(ActorPath) |
Resolves the actor reference.
| |
RootGuardianAt |
TBD
| |
TempPath |
TBD
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnregisterTempActor |
Unregister a temporary actor (i.e. obtained from TempPath); do NOT pass in any other path.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |