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