Class PeekMailbox

    • Constructor Detail

      • PeekMailbox

        public PeekMailbox​(ActorRef owner,
                           ActorSystem system,
                           int maxRetries)
        Deprecated.
    • Method Detail

      • Marker

        public int Marker()
        Deprecated.
      • ack

        public void ack()
        Deprecated.
      • cleanUp

        public void cleanUp​(ActorRef owner,
                            MessageQueue deadLetters)
        Deprecated.
        Description copied from interface: MessageQueue
        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.
        Specified by:
        cleanUp in interface MessageQueue
        Specified by:
        cleanUp in interface QueueBasedMessageQueue
        Parameters:
        owner - (undocumented)
        deadLetters - (undocumented)
      • tries

        public int tries()
        Deprecated.
      • tries_$eq

        public void tries_$eq​(int x$1)
        Deprecated.