Class BulkImportEventListener
java.lang.Object
org.apache.fineract.infrastructure.bulkimport.service.BulkImportEventListener
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<BulkImportEvent>
@Service
public class BulkImportEventListener
extends Object
implements org.springframework.context.ApplicationListener<BulkImportEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionBulkImportEventListener(org.apache.fineract.infrastructure.core.service.tenant.TenantDetailsService tenantDetailsService, org.springframework.context.ApplicationContext context, ImportDocumentRepository importRepository, org.apache.fineract.infrastructure.documentmanagement.service.DocumentWritePlatformService documentService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
BulkImportEventListener
@Autowired public BulkImportEventListener(org.apache.fineract.infrastructure.core.service.tenant.TenantDetailsService tenantDetailsService, org.springframework.context.ApplicationContext context, ImportDocumentRepository importRepository, org.apache.fineract.infrastructure.documentmanagement.service.DocumentWritePlatformService documentService)
-
-
Method Details
-
onApplicationEvent
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<BulkImportEvent>
-