All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description AbstractExecutor<C> An abstract executor implementation.AbstractFunctionExecutor<I,O,C> A class that executes the configuredFUNCTION_NAMEfor the given inputs and outputs.DefaultFunctionExitHandler Default implementation that will exit usingSystem.exit(int).DefaultLocalFunctionRegistry Default implementation of theLocalFunctionRegistryinterfaceFunctionApplication Allows executing functions from the CLI.FunctionBean An annotation applied to classes that should be exposed as functions.FunctionExecutor<I,O> Allows executing the function configured byFUNCTION_NAMEFunctionExitHandler A strategy interface for handling exiting from a function when it is executed via the CLI.FunctionInitializer A super class that can be used to initialize a function.LocalFunctionRegistry A registry of definedFunctionBeaninstances containing within the current running application.StreamFunctionExecutor<C> A base function executor for handling input and output as streams