Package org.apache.fineract.cob.service
Class AsyncLoanCOBExecutorServiceImpl
java.lang.Object
org.apache.fineract.cob.service.AsyncLoanCOBExecutorServiceImpl
- All Implemented Interfaces:
AsyncLoanCOBExecutorService
@Service
@Conditional(LoanCOBEnabledCondition.class)
public class AsyncLoanCOBExecutorServiceImpl
extends Object
implements AsyncLoanCOBExecutorService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteLoanCOBCatchUpAsync(org.apache.fineract.infrastructure.core.domain.FineractContext context)
-
Constructor Details
-
AsyncLoanCOBExecutorServiceImpl
public AsyncLoanCOBExecutorServiceImpl()
-
-
Method Details
-
executeLoanCOBCatchUpAsync
@Async("loanCOBCatchUpThreadPoolTaskExecutor") public void executeLoanCOBCatchUpAsync(org.apache.fineract.infrastructure.core.domain.FineractContext context) - Specified by:
executeLoanCOBCatchUpAsyncin interfaceAsyncLoanCOBExecutorService
-