| Interface | Description |
|---|---|
| Mailbox |
Mailbox for an actor
|
| Class | Description |
|---|---|
| ActorMailbox |
mailbox for BAM messages waiting to be sent to the Actor.
|
| DualSizeMailbox |
Mailbox which filters large messages to a separate queue, so large messages
don't block small messages.
|
| MailboxQueue2 |
Queue/worker for a mailbox.
|
| MultiworkerMailbox |
mailbox for BAM messages waiting to be sent to the Actor.
|
| PassthroughMailbox |
mailbox for BAM messages waiting to be sent to the Actor.
|
| Enum | Description |
|---|---|
| MailboxType |
Mailbox types for a mailbox.
|