- 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 Details
-
execute
void execute()Execute -
abort
default void abort()Attempt to asynchronously abort an update execution. -
getContext
Returns the processor's context. Null if there is none.
-