Class BoundedDequeMessageQueue
A bounded double-ended queue. Used in combination with IStash.
Implements
Inherited Members
Namespace: Akka.Dispatch.MessageQueues
Assembly: Akka.dll
Syntax
public class BoundedDequeMessageQueue : DequeWrapperMessageQueue, IMessageQueue, IBoundedDequeBasedMessageQueueSemantics, IDequeBasedMessageQueueSemantics, IBoundedMessageQueueSemantics, ISemantics
Constructors
| Edit this page View SourceBoundedDequeMessageQueue(int, TimeSpan)
TBD
Declaration
public BoundedDequeMessageQueue(int boundedCapacity, TimeSpan pushTimeOut)
Parameters
Type | Name | Description |
---|---|---|
int | boundedCapacity | TBD |
TimeSpan | pushTimeOut | TBD |
Properties
| Edit this page View SourcePushTimeOut
Gets the underlying PushTimeOut
Declaration
public TimeSpan PushTimeOut { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
Remarks
This method is never called, but had to be implemented to support the IBoundedDequeBasedMessageQueueSemantics interface.