Class ReceiveTimeout
This message is sent to an actor that has set a receive timeout, either by calling Context.SetReceiveTimeout or SetReceiveTimeout and no message has been sent to the actor during the specified amount of time.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class ReceiveTimeout : IPossiblyHarmful
Properties
| Improve this Doc View SourceInstance
Gets the ReceiveTimeout singleton instance.
Declaration
public static ReceiveTimeout Instance { get; }
Property Value
Type | Description |
---|---|
ReceiveTimeout |