ActorSystem Members
The ActorSystem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ActorSystem(String) | |
![]() |
ActorSystem(String, Config) |
Initializes a new instance of the ActorSystem class.
|
Methods
Name | Description | |
---|---|---|
![]() |
ActorOf(Props, String) |
Create new actor as child of this context with the given name, which must
not start with “$”. If the given name is already in use,
and `InvalidActorNameException` is thrown.
See [[Akka.Actor.Props]] for details on how to obtain a `Props` object.
@throws akka.actor.InvalidActorNameException if the given name is
invalid or already in use
@throws akka.ConfigurationException if deployment, dispatcher
or mailbox configuration is wrong
|
![]() |
ActorOf<(Of <<'(TActor>)>>)(String) |
Actors the of.
|
![]() |
ActorSelection(ActorPath) |
Construct an ActorSelection from the given path, which is
parsed for wildcards (these are replaced by regular expressions
internally). No attempt is made to verify the existence of any part of
the supplied path, it is recommended to send a message and gather the
replies in order to resolve the matching set of actors.
|
![]() |
ActorSelection(String) |
Construct an ActorSelection from the given path, which is
parsed for wildcards (these are replaced by regular expressions
internally). No attempt is made to verify the existence of any part of
the supplied path, it is recommended to send a message and gather the
replies in order to resolve the matching set of actors.
|
![]() ![]() |
Create(String, Config) |
Creates a new ActorSystem with the specified name, and the specified Config
|
![]() ![]() |
Create(String) |
Creates the specified name.
|
![]() |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() |
Equals(System.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.) |
![]() |
GetExtension(IExtensionId) |
Returns an extension registered to this ActorSystem
|
![]() |
GetExtension<(Of <<'(T>)>>)()()()() | |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
HasExtension(Type) | |
![]() |
HasExtension<(Of <<'(T>)>>)()()()() | |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RegisterExtension |
Registers a new extensionBase to the ActorSystem
|
![]() |
Shutdown |
Stop this actor system. This will stop the guardian actor, which in turn
will recursively stop all its child actors, then the system guardian
(below which the logging actors reside) and the execute all registered
termination handlers ([ActorSystem.RegisterOnTermination]).
|
![]() |
Stop | |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
DeadLetters |
Gets the dead letters.
|
![]() |
Dispatchers |
Gets the dispatchers.
|
![]() |
EventStream |
Gets the event stream.
|
![]() |
Guardian |
Gets the guardian.
|
![]() |
Mailboxes |
Gets the mailboxes.
|
![]() |
Name |
Gets the name.
|
![]() |
Provider |
Gets the provider.
|
![]() |
Scheduler |
Gets the scheduler.
|
![]() |
Serialization |
Gets the serialization.
|
![]() |
Settings |
Gets the settings.
|
![]() |
SystemGuardian |
Gets the system guardian.
|