Interface IProducesPushTimeoutSemanticsMailbox
INTERNAL API
Used to determine mailbox factories which create IBoundedMessageQueueSemantics mailboxes, and thus should be validated that the `pushTimeOut` is greater than 0.
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public interface IProducesPushTimeoutSemanticsMailbox
Properties
| Edit this page View SourcePushTimeout
Declaration
TimeSpan PushTimeout { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Edit this page