Class BoundedStashImpl
INTERNAL
A stash implementation that is bounded
Implements
Inherited Members
Namespace: Akka.Actor.Internal
Assembly: Akka.dll
Syntax
public class BoundedStashImpl : AbstractStash, IStash
Constructors
| Improve this Doc View SourceBoundedStashImpl(IActorContext)
INTERNAL
A stash implementation that is bounded
Declaration
public BoundedStashImpl(IActorContext context)
Parameters
Type | Name | Description |
---|---|---|
IActorContext | context | TBD |