Interface ITransferContextServiceExt

    • Method Detail

      • preProcessWorkState

        void preProcessWorkState​(java.util.Map<java.lang.String,​java.lang.Object> m)
        Informs service implementers that contextual work has been initiated prior to being queued for execution.
        Parameters:
        m - The map holding default and implementer specific context information.
      • completeState

        void completeState​(java.util.Map<java.lang.String,​java.lang.Object> m)
        Informs service implementers that the asynchronous request has completed.
        Parameters:
        m - The map holding default and implementer specific context information.