Uses of Interface
com.broadleafcommerce.promotion.offer.service.persistence.IdempotentPersistenceNotificationConsumptionService
Package
Description
-
Uses of IdempotentPersistenceNotificationConsumptionService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Modifier and TypeMethodDescriptionCampaignServiceAutoConfiguration.CampaignNotificationAutoConfiguration.idempotentPersistenceNotificationConsumptionService
(com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository) Modifier and TypeMethodDescriptionCampaignServiceAutoConfiguration.CampaignNotificationAutoConfiguration.codeGenerationPersistenceHandler
(CodeGeneratorRepository<com.broadleafcommerce.data.tracking.core.Trackable> codeGeneratorRepository, CodeGenerationService codeGenerationService, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, IdempotentPersistenceNotificationConsumptionService idempotentConsumptionService, com.broadleafcommerce.common.extension.data.DataRouteSupporting route) -
Uses of IdempotentPersistenceNotificationConsumptionService in com.broadleafcommerce.promotion.offer.service.persistence
Modifier and TypeClassDescriptionclass
Service responsible for enforcing idempotency checks on a message before executing an operation against the message.ModifierConstructorDescriptionCodeGenerationPersistenceHandler
(CodeGeneratorRepository<com.broadleafcommerce.data.tracking.core.Trackable> codeGeneratorRepository, CodeGenerationService codeGenerationService, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager trackingMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, IdempotentPersistenceNotificationConsumptionService idempotentConsumptionService, com.broadleafcommerce.common.extension.data.DataRouteSupporting route)