Package org.apache.pekko.dispatch
Interface BoundedControlAwareMessageQueueSemantics
- All Superinterfaces:
BoundedMessageQueueSemantics,ControlAwareMessageQueueSemantics,MessageQueue,MultipleConsumerSemantics,QueueBasedMessageQueue
- All Known Implementing Classes:
BoundedControlAwareMailbox.MessageQueue
public interface BoundedControlAwareMessageQueueSemantics
extends BoundedMessageQueueSemantics, ControlAwareMessageQueueSemantics
-
Method Summary
Methods inherited from interface org.apache.pekko.dispatch.BoundedMessageQueueSemantics
pushTimeOutMethods inherited from interface org.apache.pekko.dispatch.ControlAwareMessageQueueSemantics
controlQueue, dequeue, enqueue, hasMessages, numberOfMessages, queueMethods inherited from interface org.apache.pekko.dispatch.QueueBasedMessageQueue
cleanUp