Package com.caucho.bam.mailbox

Interface Summary
Mailbox Mailbox for an actor
 

Class Summary
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 Summary
MailboxType Mailbox types for a mailbox.