Package akka.dispatch
Interface ProducesPushTimeoutSemanticsMailbox
-
- All Known Implementing Classes:
BoundedControlAwareMailbox
,BoundedDequeBasedMailbox
,BoundedMailbox
,BoundedPriorityMailbox
,BoundedStablePriorityMailbox
public interface ProducesPushTimeoutSemanticsMailbox
INTERNAL API Used to determine mailbox factories which createBoundedMessageQueueSemantics
mailboxes, and thus should be validated that thepushTimeOut
is greater than 0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.concurrent.duration.Duration
pushTimeOut()
-