Class K6FunctionHandler


  • public class K6FunctionHandler
    extends step.functions.handler.JsonBasedFunctionHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.functions.io.Output<javax.json.JsonObject> handle​(step.functions.io.Input<javax.json.JsonObject> input)  
      void initialize()  
      • Methods inherited from class step.functions.handler.JsonBasedFunctionHandler

        getInputPayloadClass, getOutputPayloadClass
      • Methods inherited from class step.functions.handler.AbstractFunctionHandler

        delegate, delegate, getCurrentContext, getCurrentContext, getFileVersionId, getFunctionHandlerFactory, getProperties, getTokenReservationSession, getTokenSession, mergeAllProperties, pushLocalApplicationContext, pushLocalApplicationContext, pushLocalFolderApplicationContext, pushLocalFolderApplicationContext, pushRemoteApplicationContext, pushRemoteApplicationContext, retrieveFileVersion, runInContext, runInContext, setApplicationContextBuilder, setFileManagerClient, setFunctionHandlerFactory, setProperties, setTokenReservationSession, setTokenSession
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        public static final org.slf4j.Logger logger
      • K6_INPUT_ITERATIONS

        public static final java.lang.String K6_INPUT_ITERATIONS
        See Also:
        Constant Field Values
      • K6_INPUT_DURATION

        public static final java.lang.String K6_INPUT_DURATION
        See Also:
        Constant Field Values
      • K6_INPUT_COMMAND_LINE

        public static final java.lang.String K6_INPUT_COMMAND_LINE
        See Also:
        Constant Field Values
      • K6_INPUT_ENVIRONMENT

        public static final java.lang.String K6_INPUT_ENVIRONMENT
        See Also:
        Constant Field Values
      • K6_INSTALL_FOLDER

        public static final java.lang.String K6_INSTALL_FOLDER
        See Also:
        Constant Field Values
    • Constructor Detail

      • K6FunctionHandler

        public K6FunctionHandler()
    • Method Detail

      • handle

        public step.functions.io.Output<javax.json.JsonObject> handle​(step.functions.io.Input<javax.json.JsonObject> input)
        Specified by:
        handle in class step.functions.handler.AbstractFunctionHandler<javax.json.JsonObject,​javax.json.JsonObject>
      • initialize

        public void initialize()
        Overrides:
        initialize in class step.functions.handler.AbstractFunctionHandler<javax.json.JsonObject,​javax.json.JsonObject>