All Classes and Interfaces
Class
Description
Micro Actor Framework.
Partial Implementation of
Stage.A
Mailbox implementation based on a ArrayBlockingQueue.A
Mailbox implementation based on a ArrayDeque.A
Mailbox implementation based on an ArrayDeque,
which behaves like a ring-buffer data-structure.A
Mailbox implementation based on a ConcurrentLinkedQueue.A
Mailbox implementation based on a LinkedBlockingQueue.A
Mailbox implementation based on a PriorityBlockingQueue.A group of
Actors with a common power supply.Actor.
Actor Builder.
Actor Error Handler.
Actor Behavior.
Script Execution Context.
Actor Error Handler.
Actor Behavior.
Actor Behavior.
Input to an Actor.
A queue-like (FIFO) data-structure that stores incoming messages.
Output to an Actor.