Click or drag to resize
Akka.NETIBoundedMessageQueueSemantics Interface
Semantics for message queues that have a bounded size

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IBoundedMessageQueueSemantics : ISemantics

The IBoundedMessageQueueSemantics type exposes the following members.

Properties
  NameDescription
Public propertyPushTimeOut
The enqueue time to wait until message is dropped to deadletters if the message queue is full
Top
See Also