Interface IBoundedMessageQueueSemantics
Semantics for message queues that have a bounded size
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public interface IBoundedMessageQueueSemantics : ISemantics
Properties
| Edit this page View SourcePushTimeOut
The enqueue time to wait until message is dropped to deadletters if the message queue is full
Declaration
TimeSpan PushTimeOut { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Edit this page