Class Cascade.AbstractStage.DefaultActor<I,O>

java.lang.Object
com.mackenziehigh.cascade.Cascade.AbstractStage.DefaultActor<I,O>
Type Parameters:
I - is the type of the messages incoming to the actor.
O - is the type of the messages outgoing from the actor.
All Implemented Interfaces:
Cascade.Stage.Actor<I,O>, Runnable
Enclosing class:
Cascade.AbstractStage

public final class Cascade.AbstractStage.DefaultActor<I,O> extends Object implements Cascade.Stage.Actor<I,O>, Runnable
Default Actor Implementation.

A (meta) object is stored herein, which is intended for use by implementing sub-classes, so that they can store actor specific information.