Uses of Interface
com.scivicslab.pojoactor.core.CallableByActionName
Packages that use CallableByActionName
Package
Description
-
Uses of CallableByActionName in com.scivicslab.pojoactor.core.distributed
Classes in com.scivicslab.pojoactor.core.distributed that implement CallableByActionNameModifier and TypeClassDescriptionclassReference to an actor hosted on a remote node. -
Uses of CallableByActionName in com.scivicslab.pojoactor.workflow
Classes in com.scivicslab.pojoactor.workflow that implement CallableByActionNameModifier and TypeClassDescriptionclassGeneric actor that dynamically loads and creates other actors from plugins.classIIActorRef<T>An interpreter-interfaced actor reference that can be invoked by action name strings.classInterpreter-interfaced actor reference forInterpreterinstances.classReusable sub-workflow caller that reuses a single Interpreter instance.classGeneral-purpose sub-workflow caller actor. -
Uses of CallableByActionName in com.scivicslab.pojoactor.workflow.accumulator
Classes in com.scivicslab.pojoactor.workflow.accumulator that implement CallableByActionNameModifier and TypeClassDescriptionclassInterpreter-interfaced actor reference forAccumulatorimplementations. -
Uses of CallableByActionName in com.scivicslab.pojoactor.workflow.scheduler
Classes in com.scivicslab.pojoactor.workflow.scheduler that implement CallableByActionNameModifier and TypeClassDescriptionclassInterpreter-interfaced actor reference forWorkflowSchedulerinstances.classA scheduler for periodic task execution with IIActorRef (workflow actors).