Uses of Interface
net.sodacan.core.actor.HostBound

Packages that use HostBound
Package
Description
A small island of compute sending and receiving messages to/from other Actors.
  • Uses of HostBound in net.sodacan.core.actor

    Classes in net.sodacan.core.actor that implement HostBound
    Modifier and Type
    Class
    Description
    class 
    This host-bound actor displays statistics periodically.
    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.