Package com.scivicslab.pojoactor.core
package com.scivicslab.pojoactor.core
-
ClassDescriptionMarks a method as callable by action name from workflow YAML.Compile-time annotation processor for @Action annotation and IIActorRef patterns.Utility class for parsing arguments in
Action-annotated methods.Unified accessor for action arguments.Represents the result of executing an action on an actor.Service provider interface for plugin-based actor registration.ActorRef<T>A reference to an actor that provides messaging capabilities and lifecycle management.A lightweight actor system implementation that manages actor lifecycles and thread pools.Builder class for creating ActorSystem instances with custom configurations.Interface for actors that can be invoked dynamically by action name strings.Dynamic actor loader for runtime-extensible actor system.A WorkerPool implementation that wraps ForkJoinPool (work-stealing executor).JSON state container with XPath-style path accessor.A managed thread pool for CPU-intensive tasks in POJO-actor.Interface for worker pools that execute CPU-bound jobs for actors.