BoundedMessageQueueSemantics Interface |
Semantics for message queues that have a bounded size
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic interface BoundedMessageQueueSemantics : Semantics
Public Interface BoundedMessageQueueSemantics
Inherits Semantics
public interface class BoundedMessageQueueSemantics : Semantics
type BoundedMessageQueueSemantics =
interface
interface Semantics
end
The BoundedMessageQueueSemantics type exposes the following members.
Properties
| Name | Description |
---|
 | PushTimeOut |
The enqueue time to wait until message is dropped to deadletters if the message queue is full
|
Top
See Also