Uses of Interface
com.broadleafcommerce.common.audit.batch.StorageProvider
Packages that use StorageProvider
Package
Description
- 
Uses of StorageProvider in com.broadleafcommerce.common.audit
Constructors in com.broadleafcommerce.common.audit with parameters of type StorageProviderModifierConstructorDescriptionAuditEventRecorder(org.springframework.scheduling.TaskScheduler scheduler, AuditProcessingProperties properties, org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor executor, com.fasterxml.jackson.databind.ObjectMapper objectMapper, StorageProvider storageProvider, org.springframework.context.ApplicationEventPublisher eventPublisher)  - 
Uses of StorageProvider in com.broadleafcommerce.common.audit.autoconfigure
Methods in com.broadleafcommerce.common.audit.autoconfigure that return StorageProviderModifier and TypeMethodDescriptionCommonAuditAutoConfiguration.fileSystemStorageProvider(FileSystemStorageProviderProperties properties) Methods in com.broadleafcommerce.common.audit.autoconfigure with parameters of type StorageProviderModifier and TypeMethodDescriptionProcessingAuditAutoConfiguration.auditEventRecorder(org.springframework.scheduling.TaskScheduler scheduler, AuditProcessingProperties properties, org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor executor, com.fasterxml.jackson.databind.ObjectMapper objectMapper, StorageProvider storageProvider, org.springframework.context.ApplicationEventPublisher eventPublisher)  - 
Uses of StorageProvider in com.broadleafcommerce.common.audit.batch
Classes in com.broadleafcommerce.common.audit.batch that implement StorageProvider