Interface ProducesPushTimeoutSemanticsMailbox

All Known Implementing Classes:
BoundedControlAwareMailbox, BoundedDequeBasedMailbox, BoundedMailbox, BoundedPriorityMailbox, BoundedStablePriorityMailbox

public interface ProducesPushTimeoutSemanticsMailbox
INTERNAL API Used to determine mailbox factories which create BoundedMessageQueueSemantics mailboxes, and thus should be validated that the pushTimeOut is greater than 0.
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.duration.Duration
     
  • Method Details

    • pushTimeOut

      scala.concurrent.duration.Duration pushTimeOut()