Class | Description | |
---|---|---|
Actors<TActors> | Provides access to instance of the root actors. | |
BaseActorsRegistrator | Represents base class for the actors registrator. | |
RootActorsAttribute | Attribute that indicates that the class represents references to root actors . | |
RootNotInitializedException | Exception thrown during access to not initialized actors root instance. | |
RootTypeNotSupportedException | Exception thrown when Actors<TActors> used to resolve instance for invalid root type. |
Interface | Description | |
---|---|---|
IActorAssemblyProvider | Represents provider that defines assemblies where types of actors are declared. | |
IActorReference | Represents an actor reference. Acts as a handle to an actor. Used to send messages to an actor, whether an actor is local or remote. | |
IActorRegistrator | Represents actor registration mechanism. | |
IActorService | Represents service of the actor system. |