Package org.apache.fineract.cob.loan
Class LoanInlineCOBConfig
java.lang.Object
org.apache.fineract.cob.loan.LoanInlineCOBConfig
@Configuration
@EnableBatchIntegration
@Conditional(LoanCOBEnabledCondition.class)
public class LoanInlineCOBConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.batch.core.Steporg.springframework.batch.core.listener.ExecutionContextPromotionListenerorg.apache.fineract.cob.common.ResetContextTaskletorg.springframework.batch.core.Steporg.springframework.batch.core.Steporg.springframework.batch.core.Job
-
Constructor Details
-
LoanInlineCOBConfig
public LoanInlineCOBConfig()
-
-
Method Details
-
inlineLoanCOBBuildExecutionContextTasklet
-
inlineCOBBuildExecutionContextStep
@Bean protected org.springframework.batch.core.Step inlineCOBBuildExecutionContextStep() -
inlineLoanCOBStep
@Bean public org.springframework.batch.core.Step inlineLoanCOBStep() -
loanInlineCOBJob
@Bean(name="loanInlineCOBJob") public org.springframework.batch.core.Job loanInlineCOBJob() -
inlineCobWorkerItemReader
-
inlineCobWorkerItemProcessor
-
inlineCOBResetContextStep
@Bean public org.springframework.batch.core.Step inlineCOBResetContextStep() -
inlineCobWorkerItemWriter
-
inlineCobLoanItemListener
-
inlineCOBResetContext
@Bean public org.apache.fineract.cob.common.ResetContextTasklet inlineCOBResetContext() -
inlineCobPromotionListener
@Bean public org.springframework.batch.core.listener.ExecutionContextPromotionListener inlineCobPromotionListener()
-