Package com.scivicslab.pojoactor.core
package com.scivicslab.pojoactor.core
-
ClassDescriptionRepresents 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.A controllable thread pool executor that supports actor-level job management.Dynamic actor loader for runtime-extensible actor system.A WorkerPool implementation that wraps ForkJoinPool (work-stealing executor).Interface for worker pools that execute CPU-bound jobs for actors.