Uses of Class
com.scivicslab.pojoactor.workflow.IIActorSystem
Packages that use IIActorSystem
Package
Description
-
Uses of IIActorSystem in com.scivicslab.pojoactor.workflow
Fields in com.scivicslab.pojoactor.workflow declared as IIActorSystemModifier and TypeFieldDescriptionprotected final IIActorSystemDynamicActorLoaderActor.systemprotected IIActorSystemInterpreter.systemMethods in com.scivicslab.pojoactor.workflow with parameters of type IIActorSystemModifier and TypeMethodDescriptionInterpreter.Builder.team(IIActorSystem system) Sets the actor system for this interpreter.Constructors in com.scivicslab.pojoactor.workflow with parameters of type IIActorSystemModifierConstructorDescriptionDynamicActorLoaderActor(IIActorSystem system) Constructs a new DynamicActorLoaderActor.IIActorRef(String actorName, T object, IIActorSystem system) Constructs a new IIActorRef with the specified actor name, object, and actor system.InterpreterIIAR(String actorName, Interpreter object, IIActorSystem system) Constructs a new InterpreterIIAR with the specified actor name, interpreter object, and actor system.Constructs a new ReusableSubWorkflowCaller.SubWorkflowCaller(IIActorSystem system) Constructs a new SubWorkflowCaller. -
Uses of IIActorSystem in com.scivicslab.pojoactor.workflow.accumulator
Methods in com.scivicslab.pojoactor.workflow.accumulator with parameters of type IIActorSystemModifier and TypeMethodDescriptionstatic AccumulatorIIARAccumulatorFactory.createActor(String type, IIActorSystem system) Creates an AccumulatorIIAR with the default name "accumulator" and registers it.static AccumulatorIIARAccumulatorFactory.createActor(String type, String actorName, IIActorSystem system) Creates an AccumulatorIIAR and registers it with the actor system.Constructors in com.scivicslab.pojoactor.workflow.accumulator with parameters of type IIActorSystemModifierConstructorDescriptionAccumulatorIIAR(String actorName, Accumulator object, IIActorSystem system) Constructs a new AccumulatorIIAR. -
Uses of IIActorSystem in com.scivicslab.pojoactor.workflow.distributed
Subclasses of IIActorSystem in com.scivicslab.pojoactor.workflow.distributedModifier and TypeClassDescriptionclassDistributed actor system with HTTP-based inter-node communication. -
Uses of IIActorSystem in com.scivicslab.pojoactor.workflow.scheduler
Constructors in com.scivicslab.pojoactor.workflow.scheduler with parameters of type IIActorSystemModifierConstructorDescriptionSchedulerIIAR(String actorName, WorkflowScheduler object, IIActorSystem system) Constructs a new SchedulerIIAR with the specified actor name, scheduler object, and actor system.WorkflowScheduler(IIActorSystem actorSystem) Constructs a new WorkflowScheduler with the specified actor system.WorkflowScheduler(IIActorSystem actorSystem, int poolSize) Constructs a new WorkflowScheduler with the specified actor system and pool size.