Class UntypedActorWithUnboundedStash
Actor base class with Stash
that enforces an unbounded deque for the actor.
See UntypedActorWithStash for details on how Stash
works.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public abstract class UntypedActorWithUnboundedStash : UntypedActor, IInternalActor, IWithUnboundedStash, IWithUnrestrictedStash, IActorStash, IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>
Properties
| Edit this page 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
public IStash Stash { get; set; }
Property Value
Type | Description |
---|---|
IStash | The stash. |