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
| Improve this Doc View SourceBoundedDequeMessageQueue(Int32, TimeSpan)
TBD
Declaration
public BoundedDequeMessageQueue(int boundedCapacity, TimeSpan pushTimeOut)
Parameters
Type | Name | Description |
---|---|---|
Int32 | boundedCapacity | TBD |
TimeSpan | pushTimeOut | TBD |
Properties
| Improve this Doc 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.