Skip to main content
Executing a request involves four steps: resolving the operation, starting a datastore transaction, processing the operation, and committing the transaction.

IDataLoadControllerService

  • <RSP extends IDlcResponse<?, ?>> RSP execute(IDlcRequest<RSP> request) - execute the incoming DLC Request

Execution steps

  1. Resolve the Operation which needs to be executed.
  2. Start a datastore transaction.
  3. Process the resolved operation.
  4. Commit the datastore transaction.