All Classes and Interfaces

Class
Description
 
 
Deprecated.
This needs to be replaced with a dispatch to an Element via ElementRegistry
 
 
 
Dispatches Invocation instances to the objects in the container, collects the result, and relays any errors.
Implements the strategy by which the Invocation is dispatched to the local Object in memory.
If the Method called from the Invocation returns a Future instance, this may defined a strategy for handling the result.
Inspects the attributes, parameters, and annotations of a specific Method to build an instance of LocalInvocationDispatcher to dispatch Invocation instances to a local object in memory.
 
Deprecated.
This needs to be replaced with a dispatch to an Element via ElementRegistry
Represents the worker node for a single Application.
Allows for the creation of Node instances on-the-fly.
Represents a pending node shut-down process.
Represents a pending node start-up process.
 
 
Informs the underlying application, contained in the Node, of the various livecycle events.
 
Deprecated.
This needs to be replaced with a dispatch to an Element via ElementRegistry
 
Contains all Node instances for several Node instances and manages their life cycles therein.
Times and executes watchdogs.
Represents the worker, hosing one or more nodes performing work.
Allows client code to read the sstate of the Worker
Allows for the mutation of the Worker.
Represents a watchdog service which is designed to perform operations against the Worker on a regular basis, ensuring things like health checks and other critical operations.