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
| Edit this page View SourceBoundedStashImpl(IActorContext)
INTERNAL
A stash implementation that is bounded
Declaration
public BoundedStashImpl(IActorContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IActorContext | context | TBD  | 
      
Edit this page