Class QFTestLocalHandler


  • public class QFTestLocalHandler
    extends step.functions.handler.JsonBasedFunctionHandler
    • 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> message)  
      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
    • Constructor Detail

      • QFTestLocalHandler

        public QFTestLocalHandler()
    • Method Detail

      • initialize

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

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