Class FunctionRunner.Context

java.lang.Object
step.functions.runner.FunctionRunner.Context
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
FunctionRunner

public static class FunctionRunner.Context extends Object implements Closeable
  • Constructor Details

  • Method Details

    • run

      public step.functions.io.Output<jakarta.json.JsonObject> run(Function function, String argument)
    • run

      public step.functions.io.Output<jakarta.json.JsonObject> run(Function function, jakarta.json.JsonObject argument)
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException