All Classes and Interfaces

Class
Description
An abstract executor implementation.
A class that executes the configured LocalFunctionRegistry.FUNCTION_NAME for the given inputs and outputs.
Default implementation that will exit using System.exit(int).
Default implementation of the LocalFunctionRegistry interface
Allows executing functions from the CLI.
An annotation applied to classes that should be exposed as functions.
Allows executing the function configured by LocalFunctionRegistry.FUNCTION_NAME
A strategy interface for handling exiting from a function when it is executed via the CLI.
A super class that can be used to initialize a function.
A registry of defined FunctionBean instances containing within the current running application.
A base function executor for handling input and output as streams