Interface BoundedMessageQueueSemantics

All Known Subinterfaces:
BoundedControlAwareMessageQueueSemantics, BoundedDequeBasedMessageQueue, BoundedDequeBasedMessageQueueSemantics, BoundedQueueBasedMessageQueue
All Known Implementing Classes:
BoundedControlAwareMailbox.MessageQueue, BoundedDequeBasedMailbox.MessageQueue, BoundedMailbox.MessageQueue, BoundedNodeMessageQueue, BoundedPriorityMailbox.MessageQueue, BoundedStablePriorityMailbox.MessageQueue

public interface BoundedMessageQueueSemantics
BoundedMessageQueueSemantics adds bounded semantics to a QueueBasedMessageQueue, i.e. blocking enqueue with timeout.
  • Method Summary

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

    • pushTimeOut

      scala.concurrent.duration.Duration pushTimeOut()