Uses of Class
net.sodacan.core.actor.AbstractActor
Packages that use AbstractActor
Package
Description
A small island of compute sending and receiving messages to/from other Actors.
-
Uses of AbstractActor in net.sodacan.core.actor
Subclasses of AbstractActor in net.sodacan.core.actorModifier and TypeClassDescriptionclassThis special Actor handles outbound messages from an ActorGroup to another ActorGroup.classThis host-bound actor displays statistics periodically.classA JournalWriter Actor is responsible for writing state to a journal.classA kind of WorkerActor that Sleeps for a while, sends a message, and then goes away.classThis timer actor provides a simple but important service for other Actors: It will accept a message, hold on to the message for a specified amount of time and then forward that message to its next step which could be the Actor that sent the message or any other actor.classA WorkerActor has no state, it's ephemeral.