Uses of Interface
com.broadleafcommerce.audit.service.IngestionProcessor
Packages that use IngestionProcessor
Package
Description
-
Uses of IngestionProcessor in com.broadleafcommerce.audit.service
Classes in com.broadleafcommerce.audit.service that implement IngestionProcessorConstructors in com.broadleafcommerce.audit.service with parameters of type IngestionProcessorModifierConstructorDescriptionAuditIngestionService
(org.springframework.scheduling.TaskScheduler scheduler, AuditIngestionProperties properties, com.broadleafcommerce.common.audit.batch.StorageProvider storageProvider, IngestionProcessor ingestionProcessor) -
Uses of IngestionProcessor in com.broadleafcommerce.audit.service.autoconfigure
Methods in com.broadleafcommerce.audit.service.autoconfigure that return IngestionProcessorModifier and TypeMethodDescriptionAuditServiceAutoConfiguration.auditIngestionProcessor
(AuditIngestionProperties properties, AuditHeaderRepository<com.broadleafcommerce.data.tracking.core.Trackable> headerRepository, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.context.ApplicationEventPublisher eventPublisher) Methods in com.broadleafcommerce.audit.service.autoconfigure with parameters of type IngestionProcessorModifier and TypeMethodDescriptionAuditServiceAutoConfiguration.auditIngestionService
(org.springframework.scheduling.TaskScheduler taskScheduler, AuditIngestionProperties properties, com.broadleafcommerce.common.audit.batch.StorageProvider storageProvider, IngestionProcessor processor)