Interface IActorStash
Marker interface for adding stash support
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public interface IActorStash
Properties
| Improve this Doc View SourceStash
Gets or sets the stash. This will be automatically populated by the framework AFTER the constructor has been run. Implement this as an auto property.
Declaration
IStash Stash { get; set; }
Property Value
Type | Description |
---|---|
IStash | The stash. |