Class IntentionalRestart
Sending a IntentionalRestart message will force it to throw a IntentionalActorRestartException when it processes the message.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class IntentionalRestart : IAutoReceivedMessage
Properties
| Edit this page View SourceInstance
Declaration
public static IntentionalRestart Instance { get; }
Property Value
| Type | Description |
|---|---|
| IntentionalRestart |
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Edit this page