Class UntypedActorWithUnrestrictedStash
Actor base class with Stash
that does not enforce any mailbox type. The proper mailbox has to be configured
manually, and the mailbox should extend the IDequeBasedMessageQueueSemantics marker interface.
See UntypedActorWithStash for details on how Stash
works.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public abstract class UntypedActorWithUnrestrictedStash : UntypedActor, IInternalActor, IWithUnrestrictedStash, IActorStash
Properties
| Improve this Doc View SourceStash
Declaration
public IStash Stash { get; set; }
Property Value
Type | Description |
---|---|
IStash |