MessageQueue
Attributes
- Source
- Mailbox.scala
- Graph
-
- Supertypes
-
trait QueueBasedMessageQueuetrait MessageQueueclass PriorityBlockingQueue[Envelope]trait Serializabletrait BlockingQueue[Envelope]class AbstractQueue[Envelope]trait Queue[Envelope]class AbstractCollection[Envelope]trait Collection[Envelope]trait Iterable[Envelope]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Mailbox.scala
Inherited methods
Called when the mailbox this queue belongs to is disposed of. Normally it is expected to transfer all remaining messages into the dead letter queue which is passed in. The owner of this MessageQueue is passed in if available (e.g. for creating DeadLetters()), “/deadletters” otherwise.
Called when the mailbox this queue belongs to is disposed of. Normally it is expected to transfer all remaining messages into the dead letter queue which is passed in. The owner of this MessageQueue is passed in if available (e.g. for creating DeadLetters()), “/deadletters” otherwise.
Note that we implement the method in a recursive manner mainly for atomicity (not touching the queue twice).
Attributes
- Inherited from:
- QueueBasedMessageQueue
- Source
- Mailbox.scala
Attributes
- Inherited from:
- PriorityBlockingQueue
Attributes
- Inherited from:
- AbstractCollection
Try to dequeue the next message from this queue, return null failing that.
Try to dequeue the next message from this queue, return null failing that.
Attributes
- Inherited from:
- UnboundedQueueBasedMessageQueue
- Source
- Mailbox.scala
Attributes
- Inherited from:
- PriorityBlockingQueue
Attributes
- Inherited from:
- PriorityBlockingQueue
Try to enqueue the message to this queue, or throw an exception.
Try to enqueue the message to this queue, or throw an exception.
Attributes
- Inherited from:
- UnboundedQueueBasedMessageQueue
- Source
- Mailbox.scala
Attributes
- Inherited from:
- PriorityBlockingQueue
Indicates whether this queue is non-empty.
Indicates whether this queue is non-empty.
Attributes
- Inherited from:
- QueueBasedMessageQueue
- Source
- Mailbox.scala
Should return the current number of messages held in this queue; may always return 0 if no other value is available efficiently. Do not use this for testing for presence of messages, use hasMessages instead.
Should return the current number of messages held in this queue; may always return 0 if no other value is available efficiently. Do not use this for testing for presence of messages, use hasMessages instead.
Attributes
- Inherited from:
- QueueBasedMessageQueue
- Source
- Mailbox.scala
Attributes
- Inherited from:
- PriorityBlockingQueue
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- PriorityBlockingQueue
Attributes
- Inherited from:
- PriorityBlockingQueue
Attributes
- Inherited from:
- PriorityBlockingQueue
Attributes
- Inherited from:
- PriorityBlockingQueue
Attributes
- Inherited from:
- PriorityBlockingQueue
Attributes
- Inherited from:
- PriorityBlockingQueue
Attributes
- Inherited from:
- Collection
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- PriorityBlockingQueue