Navigation :
DataLoadControllerService
The DataLoadControllerService
is responsible for executing a DLC Request.
IDataLoadControllerService
<RSP extends IDlcResponse<?, ?>> RSP execute(IDlcRequest<RSP> request)
- execute the incoming DLC Request
Execution Steps
- Resolve the Operation which needs to be executed.
- Start a datastore transaction.
- Process the resolved operation.
- Commit the datastore transaction.