✏️ Explanatory Question

What is the role of the ANSARIBalanceSheetReconController class in the SysOperation Framework?

👁 7 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

Answer:
The controller class (ANSARIBalanceSheetReconController) manages the execution of the SysOperation framework.
It connects the Service class (TestServiceClass) and the Contract class (ANSARIBalanceSheetReconContract), and decides whether the operation will run synchronously or asynchronously (batch).
It starts the operation using:


controller.startOperation();