Class ActorStopped
Event emitted when actor shuts down.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class ActorStopped : IActorTelemetryEvent, INoSerializationVerificationNeeded, INotInfluenceReceiveTimeout
Constructors
| Edit this page View SourceActorStopped(IActorRef, Type, string?)
Declaration
public ActorStopped(IActorRef subject, Type actorType, string? actorTypeOverride = null)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | subject | |
Type | actorType | |
string | actorTypeOverride |
Properties
| Edit this page View SourceActorType
The implementation type for this actor.
Declaration
public Type ActorType { get; }
Property Value
Type | Description |
---|---|
Type |
ActorTypeOverride
A type name override for the actor
Declaration
public string ActorTypeOverride { get; }
Property Value
Type | Description |
---|---|
string |
Subject
The actor who emitted this event.
Declaration
public IActorRef Subject { get; }
Property Value
Type | Description |
---|---|
IActorRef |