Class QFTestHandler


  • public class QFTestHandler
    extends step.functions.handler.JsonBasedFunctionHandler
    • Field Summary

      • Fields inherited from class step.functions.handler.AbstractFunctionHandler

        EXECUTION_CONTEXT_KEY, FORKED_BRANCH, PARENTREPORTID_KEY, STEP_NODE_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      QFTestHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected step.functions.io.Output<javax.json.JsonObject> handle​(step.functions.io.Input<javax.json.JsonObject> input)  
      • 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, initialize, mergeAllProperties, pushLocalApplicationContext, pushLocalApplicationContext, pushLocalFolderApplicationContext, pushLocalFolderApplicationContext, pushRemoteApplicationContext, pushRemoteApplicationContext, retrieveFileVersion, runInContext, runInContext, setApplicationContextBuilder, setFileManagerClient, setFunctionHandlerFactory, setProperties, setTokenReservationSession, setTokenSession
    • Constructor Detail

      • QFTestHandler

        public QFTestHandler()
    • Method Detail

      • handle

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