Click or drag to resize
BoundedMessageQueueSemantics Interface
Semantics for message queues that have a bounded size

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface BoundedMessageQueueSemantics : Semantics

The BoundedMessageQueueSemantics 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