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
| Improve this Doc View SourceStash
Declaration
public IStash Stash { get; set; }
Property Value
Type | Description |
---|---|
IStash |