Uses of Package
com.broadleafcommerce.common.messaging.notification
-
Classes in com.broadleafcommerce.common.messaging.notification used by com.broadleafcommerce.common.messaging Class Description ChannelSupplier General supplier representing the acquisition of aMessageChannel
from a producer.DefaultNotificationHandler DurableNotificationProperties Properties that control behavior of the combination of aNotificationHandler
and aRetryHandler
.IgnoredNotificationStateRepository Identify a repository that should not be included in the operation ofNotificationHandler
andRetryHandler
.MessageFactory Factory for creating aMessage
to be sent viaNotificationHandler
, based on an entity.MessageSerializationHelper Helper class for managing serialized state of message information.NotificationHandler Notify the system about a state change for aNotificationStateAware
entity.NotificationProperties Configuration for aNotificationHandler
NotificationStateRepository Additional interface for repository instances that are capable of interacting withNotificationState
related information onNotificationStateAware
domain.RetryProperties Configuration for aRetryHandler
-
Classes in com.broadleafcommerce.common.messaging.notification used by com.broadleafcommerce.common.messaging.autoconfigure Class Description DefaultSuppressNotificationAspect Handle establishment ofSuppressNotificationContext
whenSuppressNotification
annotation is detected.DurableNotificationProperties Properties that control behavior of the combination of aNotificationHandler
and aRetryHandler
.IgnoredNotificationStateRepository Identify a repository that should not be included in the operation ofNotificationHandler
andRetryHandler
.MessageFactory Factory for creating aMessage
to be sent viaNotificationHandler
, based on an entity.MessageSerializationHelper Helper class for managing serialized state of message information.NotificationHandler Notify the system about a state change for aNotificationStateAware
entity.NotificationManager Management component for processing a state change on an object through one or more orderedNotificationHandler
instances.NotificationStateRepository Additional interface for repository instances that are capable of interacting withNotificationState
related information onNotificationStateAware
domain.NotificationStateService Used to retrieve theNotificationState
from theNotificationStateAware
.RetryClusterService Used to keep track of start/stop behavior that determines node leadership in a cluster.RetryHandler Retry notification on a set schedule for unacknowledgedNotificationStateAware
instances belonging to a specificNotificationStateRepository
instance. -
Classes in com.broadleafcommerce.common.messaging.notification used by com.broadleafcommerce.common.messaging.notification Class Description ChannelSupplier General supplier representing the acquisition of aMessageChannel
from a producer.DefaultNotificationManager.VoidWork Perform a task without response or exception notificationDurableNotificationProperties Properties that control behavior of the combination of aNotificationHandler
and aRetryHandler
.IgnoredNotificationStateRepository Identify a repository that should not be included in the operation ofNotificationHandler
andRetryHandler
.MessageFactory Factory for creating aMessage
to be sent viaNotificationHandler
, based on an entity.MessageSerializationHelper Helper class for managing serialized state of message information.NotificationHandler Notify the system about a state change for aNotificationStateAware
entity.NotificationHandlerResponse Response information from aNotificationHandler#handle(NotificationStateRepository, NotificationStateAware, MessageType)
call.NotificationManager Management component for processing a state change on an object through one or more orderedNotificationHandler
instances.NotificationProperties Configuration for aNotificationHandler
NotificationStateRepository Additional interface for repository instances that are capable of interacting withNotificationState
related information onNotificationStateAware
domain.NotificationStateService Used to retrieve theNotificationState
from theNotificationStateAware
.RetryClusterService Used to keep track of start/stop behavior that determines node leadership in a cluster.RetryHandler Retry notification on a set schedule for unacknowledgedNotificationStateAware
instances belonging to a specificNotificationStateRepository
instance.RetryProperties Configuration for aRetryHandler
SuppressNotificationContext Threadlocal describing one or more message types for which notification should be suppressed during a flow.