Package io.micronaut.function.executor
package io.micronaut.function.executor
Function executions sent to Micronaut.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionAn abstract executor implementation.AbstractFunctionExecutor<I,
O, C> A class that executes the configuredLocalFunctionRegistry.FUNCTION_NAME
for the given inputs and outputs.Default implementation that will exit usingSystem.exit(int)
.Allows executing functions from the CLI.FunctionExecutor<I,O> Allows executing the function configured byLocalFunctionRegistry.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 base function executor for handling input and output as streams