Interface UpdateProcessor

All Known Subinterfaces:
UpdateExec, UpdateExecution
All Known Implementing Classes:
UpdateExecAdapter, UpdateExecDataset, UpdateExecHTTP, UpdateExecutionAdapter, UpdateExecutionHTTP, UpdateProcessorBase

public interface UpdateProcessor
An instance of a execution of an UpdateRequest. Applies to UpdateExec (GPI) and UpdateExecution (API).
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Attempt to asynchronously abort an update execution.
    void
    Execute
    default Context
    Returns the processor's context.
  • Method Details

    • execute

      void execute()
      Execute
    • abort

      default void abort()
      Attempt to asynchronously abort an update execution.
    • getContext

      default Context getContext()
      Returns the processor's context. Null if there is none.