Class ActorRestarted
Emitted when an actor restarts.
Inheritance
ActorRestarted
Assembly: Akka.dll
Syntax
public sealed class ActorRestarted : IActorTelemetryEvent, INoSerializationVerificationNeeded, INotInfluenceReceiveTimeout
Constructors
|
Improve this Doc
View Source
ActorRestarted(IActorRef, Type, Exception, String)
Declaration
public ActorRestarted(IActorRef subject, Type actorType, Exception reason, 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
Reason
Declaration
public Exception Reason { get; }
Property Value
|
Improve this Doc
View Source
Subject
Declaration
public IActorRef Subject { get; }
Property Value
Implements
Extension Methods