Class FunctionApplication

All Implemented Interfaces:
ApplicationContextProvider, Closeable, AutoCloseable

public class FunctionApplication extends StreamFunctionExecutor
Allows executing functions from the CLI.
Since:
1.0
Author:
Graeme Rocher
  • Field Details

  • Constructor Details

    • FunctionApplication

      public FunctionApplication()
  • Method Details

    • main

      public static void main(String... args)
      The main method which is the entry point.
      Parameters:
      args - The arguments
    • run

      public static void run(StreamFunctionExecutor functionExecutor, String... args)
      Run the given StreamFunctionExecutor for the given arguments.
      Parameters:
      functionExecutor - The function executor
      args - The arguments