Interface IWithBoundedStash
Lets the StashFactory know that this Actor needs stash support with restricted storage capacity You need to add the property:
public IStash Stash { get; set; }
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
[Obsolete("Use `IWithStash` with a configured BoundedDeque-based mailbox instead.")]
public interface IWithBoundedStash : IWithUnrestrictedStash, IActorStash, IRequiresMessageQueue<IBoundedDequeBasedMessageQueueSemantics>