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.