Package com.scivicslab.pojoactor.core
package com.scivicslab.pojoactor.core
-
ClassDescriptionBase class that provides automatic
@Actionannotation dispatch forCallableByActionNameimplementors running on the JVM.Marks a method as callable by action name from workflow YAML.Compile-time annotation processor for @Action annotation.Utility class for parsing arguments inAction-annotated methods.Unified accessor for action arguments.SPI interface for registering base classes that support theActionannotation.Reflection-based dispatch helper for@Action-annotated methods.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.AttributeKey<T>A type-safe key for storing named attributes on an ActorRef.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.Extension of ExecutorService that adds per-actor job management.