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

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      public void onApplicationEvent(BulkImportEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<BulkImportEvent>