@NonNullApi
Package com.broadleafcommerce.common.messaging.service
- Author:
- Chris Kittrell (ckittrell)
-
Interface Summary Interface Description IdempotentMessageConsumptionService Service responsible for enforcing idempotency checks on a message before executing an operation against the message.MessageLockService Service that is responsible for managing locks for the processing of aMessage
. -
Class Summary Class Description DefaultIdempotentMessageConsumptionService Service responsible for enforcing idempotency checks on a message before executing an operation against the message.DefaultMessageLockService Service that is responsible for managing locks for the processing of aMessage
.