Class KeywordHandler

java.lang.Object
step.functions.handler.AbstractFunctionHandler<javax.json.JsonObject,javax.json.JsonObject>
step.functions.handler.JsonBasedFunctionHandler
step.plugins.java.handler.KeywordHandler

public class KeywordHandler extends JsonBasedFunctionHandler
  • Constructor Details

    • KeywordHandler

      public KeywordHandler()
  • Method Details

    • handle

      public step.functions.io.Output<javax.json.JsonObject> handle(step.functions.io.Input<javax.json.JsonObject> input) throws Exception
      Specified by:
      handle in class AbstractFunctionHandler<javax.json.JsonObject,javax.json.JsonObject>
      Throws:
      Exception