I
- inputO
- outputC
- contextpublic abstract class AbstractFunctionExecutor<I,O,C> extends Object implements FunctionExecutor<I,O>
LocalFunctionRegistry.FUNCTION_NAME
for the given inputs and outputs.Modifier and Type | Field and Description |
---|---|
protected ApplicationContext |
applicationContext
The current
ApplicationContext . |
Constructor and Description |
---|
AbstractFunctionExecutor() |
Modifier and Type | Method and Description |
---|---|
protected ApplicationContext |
buildApplicationContext(C context) |
protected ApplicationContextBuilder |
newApplicationContextBuilder()
Builds a new builder.
|
protected ExecutableMethod<Object,Object> |
resolveFunction(LocalFunctionRegistry localFunctionRegistry,
String functionName)
Resolve a function from the
LocalFunctionRegistry . |
protected String |
resolveFunctionName(Environment env)
Resolves the function name to execution for the environment.
|
protected Environment |
startEnvironment(ApplicationContext applicationContext)
Start the environment specified.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
protected ApplicationContext applicationContext
ApplicationContext
.protected ExecutableMethod<Object,Object> resolveFunction(LocalFunctionRegistry localFunctionRegistry, String functionName)
LocalFunctionRegistry
.localFunctionRegistry
- The LocalFunctionRegistry
functionName
- The function nameprotected String resolveFunctionName(Environment env)
env
- The environmentprotected ApplicationContext buildApplicationContext(@Nullable C context)
context
- A platform specific context objectApplicationContext
to use@Nonnull protected ApplicationContextBuilder newApplicationContextBuilder()
ApplicationContextBuilder
protected Environment startEnvironment(ApplicationContext applicationContext)
applicationContext
- the application context with the environment