Interface ITransferContextServiceExt

All Superinterfaces:
ITransferContextService

public interface ITransferContextServiceExt extends ITransferContextService
ITransferContextService extension.
  • Method Details

    • preProcessWorkState

      void preProcessWorkState(Map<String,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(Map<String,Object> m)
      Informs service implementers that the asynchronous request has completed.
      Parameters:
      m - The map holding default and implementer specific context information.