Package com.mackenziehigh.cascade
package com.mackenziehigh.cascade
Cascade - A Micro Actor Framework.
-
ClassDescriptionMicro Actor Framework.Partial Implementation of
Stage
.AMailbox
implementation based on aArrayBlockingQueue
.AMailbox
implementation based on aArrayDeque
.AMailbox
implementation based on anArrayDeque
, which behaves like a ring-buffer data-structure.AMailbox
implementation based on aConcurrentLinkedQueue
.AMailbox
implementation based on aLinkedBlockingQueue
.AMailbox
implementation based on aPriorityBlockingQueue
.A group ofActor
s with a common power supply.Cascade.Stage.Actor<I,O> 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.