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

    Modifier and Type
    Class
    Description
    class 
    This special Actor handles outbound messages from an ActorGroup to another ActorGroup.
    class 
    This host-bound actor displays statistics periodically.
    class 
    A JournalWriter Actor is responsible for writing state to a journal.
    class 
    A kind of WorkerActor that Sleeps for a while, sends a message, and then goes away.
    class 
    This 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.
    class 
    A WorkerActor has no state, it's ephemeral.