public class FunctionApplication extends StreamFunctionExecutor
Modifier and Type | Field and Description |
---|---|
static String |
DATA_OPTION
The data option.
|
static String |
DEBUG_OPTIONS
The debug option.
|
applicationContext
Constructor and Description |
---|
FunctionApplication() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String... args)
The main method which is the entry point.
|
static void |
run(StreamFunctionExecutor functionExecutor,
String... args)
Run the given
StreamFunctionExecutor for the given arguments. |
execute, execute
buildApplicationContext, close, getApplicationContext, newApplicationContextBuilder, resolveFunction, resolveFunctionName, startEnvironment
public static final String DATA_OPTION
public static final String DEBUG_OPTIONS
public static void main(String... args)
args
- The argumentspublic static void run(StreamFunctionExecutor functionExecutor, String... args)
StreamFunctionExecutor
for the given arguments.functionExecutor
- The function executorargs
- The arguments