Class ActorStopped
Event emitted when actor shuts down.
Assembly: Akka.dll
Syntax
public sealed class ActorStopped : IActorTelemetryEvent, INoSerializationVerificationNeeded, INotInfluenceReceiveTimeout
Constructors
|
Improve this Doc
View Source
ActorStopped(IActorRef, Type, String)
Declaration
public ActorStopped(IActorRef subject, Type actorType, string actorTypeOverride = null)
Parameters
Properties
|
Improve this Doc
View Source
ActorType
Declaration
public Type ActorType { get; }
Property Value
|
Improve this Doc
View Source
ActorTypeOverride
Declaration
public string ActorTypeOverride { get; }
Property Value
|
Improve this Doc
View Source
Subject
Declaration
public IActorRef Subject { get; }
Property Value
Implements
Extension Methods