Package net.sodacan.core.actor
Class ActorGroupSender
java.lang.Object
net.sodacan.core.actor.AbstractActor
net.sodacan.core.actor.ActorGroupSender
- All Implemented Interfaces:
Actor
This special Actor handles outbound messages from an ActorGroup to another ActorGroup.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sodacan.core.Actor
Actor.Builtin
-
Field Summary
Fields inherited from class net.sodacan.core.actor.AbstractActor
emptyStage, inbound
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefault behavior for an actor is to throw an exceptionMethods inherited from class net.sodacan.core.actor.AbstractActor
callProcessMessage, evictionProbability, exitingThread, getActorGroup, getActorId, getConfig, getEmptyStage, getLiveActorGroupStatistics, handleStage, nextRoute, restore, rollback, save, send, setActorGroup, validateRoute
-
Constructor Details
-
ActorGroupSender
-
-
Method Details
-
processMessage
Description copied from class:AbstractActor
Default behavior for an actor is to throw an exception- Specified by:
processMessage
in interfaceActor
- Overrides:
processMessage
in classAbstractActor
- Returns:
- A Stage object containing messages to be processed during Commit
-