akka.testkit

CallingThreadMailbox

class CallingThreadMailbox extends Mailbox with DefaultSystemMessageQueue

Linear Supertypes
DefaultSystemMessageQueue, Mailbox, Runnable, SystemMessageQueue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CallingThreadMailbox
  2. DefaultSystemMessageQueue
  3. Mailbox
  4. Runnable
  5. SystemMessageQueue
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CallingThreadMailbox(_receiver: ActorCell, mailboxType: MailboxType)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. var _statusDoNotCallMeDirectly: Status

    Attributes
    protected
    Definition Classes
    Mailbox
  7. var _systemQueueDoNotCallMeDirectly: SystemMessage

    Attributes
    protected
    Definition Classes
    Mailbox
  8. val actor: ActorCell

    Definition Classes
    Mailbox
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. final def becomeClosed(): Boolean

    set new primary status Closed.

    set new primary status Closed. Caller does not need to worry about whether status was Scheduled or not.

    Definition Classes
    Mailbox
    Annotations
    @tailrec()
  11. final def becomeOpen(): Boolean

    set new primary status Open.

    set new primary status Open. Caller does not need to worry about whether status was Scheduled or not.

    Definition Classes
    Mailbox
    Annotations
    @tailrec()
  12. final def becomeSuspended(): Boolean

    set new primary status Suspended.

    set new primary status Suspended. Caller does not need to worry about whether status was Scheduled or not.

    Definition Classes
    Mailbox
    Annotations
    @tailrec()
  13. final def canBeScheduledForExecution(hasMessageHint: Boolean, hasSystemMessageHint: Boolean): Boolean

    Definition Classes
    Mailbox
  14. def cleanUp(): Unit

    Overridable callback to clean up the mailbox, called when an actor is unregistered.

    Overridable callback to clean up the mailbox, called when an actor is unregistered. By default it dequeues all system messages + messages and ships them to the owning actors' systems' DeadLetterMailbox

    Definition Classes
    CallingThreadMailbox → Mailbox
  15. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. val ctdLock: ReentrantLock

  17. def dequeue(): Envelope

    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.

    Definition Classes
    CallingThreadMailbox → Mailbox
  18. final def dispatcher: MessageDispatcher

    Definition Classes
    Mailbox
    Annotations
    @inline()
  19. def enqueue(receiver: ActorRef, msg: Envelope): Unit

    Try to enqueue the message to this queue, or throw an exception.

    Try to enqueue the message to this queue, or throw an exception.

    Definition Classes
    CallingThreadMailbox → Mailbox
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  24. def hasMessages: Boolean

    Indicates whether this queue is non-empty.

    Indicates whether this queue is non-empty.

    Definition Classes
    CallingThreadMailbox → Mailbox
  25. def hasSystemMessages: Boolean

    Definition Classes
    DefaultSystemMessageQueue
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. final def isClosed: Boolean

    Definition Classes
    Mailbox
    Annotations
    @inline()
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. final def isScheduled: Boolean

    Definition Classes
    Mailbox
    Annotations
    @inline()
  30. final def isSuspended: Boolean

    Definition Classes
    Mailbox
    Annotations
    @inline()
  31. val mailboxType: MailboxType

  32. val messageQueue: MessageQueue

    Definition Classes
    Mailbox
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def numberOfMessages: Int

    Should return the current number of messages held in this queue; may always return 0 if no other value is available efficiently.

    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.

    Definition Classes
    CallingThreadMailbox → Mailbox
  37. final def processAllSystemMessages(): Unit

    Definition Classes
    Mailbox
  38. def queue: NestingQueue

  39. final def run(): Unit

    Definition Classes
    Mailbox → Runnable
  40. final def setAsIdle(): Boolean

    Reset Scheduled status, keeping primary status as is.

    Reset Scheduled status, keeping primary status as is.

    Definition Classes
    Mailbox
    Annotations
    @tailrec()
  41. final def setAsScheduled(): Boolean

    Set Scheduled status, keeping primary status as is.

    Set Scheduled status, keeping primary status as is.

    Definition Classes
    Mailbox
    Annotations
    @tailrec()
  42. final def setStatus(newStatus: Status): Unit

    Attributes
    protected
    Definition Classes
    Mailbox
    Annotations
    @inline()
  43. final def shouldProcessMessage: Boolean

    Definition Classes
    Mailbox
    Annotations
    @inline()
  44. final def status: Status

    Definition Classes
    Mailbox
    Annotations
    @inline()
  45. val suspendSwitch: Switch

  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. final def systemDrain(): SystemMessage

    Definition Classes
    DefaultSystemMessageQueue
    Annotations
    @tailrec()
  48. final def systemEnqueue(receiver: ActorRef, message: SystemMessage): Unit

    Definition Classes
    DefaultSystemMessageQueue
    Annotations
    @tailrec()
  49. final def systemQueueGet: SystemMessage

    Attributes
    protected
    Definition Classes
    Mailbox
  50. final def systemQueuePut(_old: SystemMessage, _new: SystemMessage): Boolean

    Attributes
    protected
    Definition Classes
    Mailbox
  51. def toString(): String

    Definition Classes
    AnyRef → Any
  52. final def updateStatus(oldStatus: Status, newStatus: Status): Boolean

    Attributes
    protected
    Definition Classes
    Mailbox
    Annotations
    @inline()
  53. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  54. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  55. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DefaultSystemMessageQueue

Inherited from Mailbox

Inherited from Runnable

Inherited from SystemMessageQueue

Inherited from AnyRef

Inherited from Any