Uses of Interface
com.broadleafcommerce.common.messaging.notification.NotificationHandler
Packages that use NotificationHandler
Package
Description
-
Uses of NotificationHandler in com.broadleafcommerce.common.messaging
Classes in com.broadleafcommerce.common.messaging that implement NotificationHandlerModifier and TypeClassDescriptionclass
TheNotificationHandler
implementation specifically for sendingPersistenceMessage
viaPersistenceProducer
. -
Uses of NotificationHandler in com.broadleafcommerce.common.messaging.autoconfigure
Methods in com.broadleafcommerce.common.messaging.autoconfigure that return NotificationHandlerModifier and TypeMethodDescriptionPersistenceNotificationAutoConfiguration.persistenceNotificationHandler
(PersistenceProducer persistenceProducer, PersistenceNotificationProperties properties, List<IgnoredNotificationStateRepository> ignoredRepositories, MessageFactory<PersistenceMessage<Object>> messageFactory, MessageSerializationHelper helper, List<PersistenceMessageAckedHandler> persistenceMessageAckedHandlers, com.broadleafcommerce.common.extension.data.DataRouteReference reference) Methods in com.broadleafcommerce.common.messaging.autoconfigure with parameters of type NotificationHandlerModifier and TypeMethodDescriptionPersistenceNotificationAutoConfiguration.persistenceRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, PersistenceNotificationProperties properties, List<NotificationStateRepository> repositories, NotificationHandler handler, List<IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) DurableNotificationAutoConfiguration.retryHandler
(NotificationStateRepository repo, NotificationHandler handler, DurableNotificationProperties properties, String messageType, org.springframework.scheduling.TaskScheduler scheduler, com.broadleafcommerce.common.extension.data.DataRouteReference reference) Method parameters in com.broadleafcommerce.common.messaging.autoconfigure with type arguments of type NotificationHandlerModifier and TypeMethodDescriptionDurableNotificationAutoConfiguration.notificationManager
(List<NotificationHandler> handlers) -
Uses of NotificationHandler in com.broadleafcommerce.common.messaging.notification
Classes in com.broadleafcommerce.common.messaging.notification that implement NotificationHandlerMethods in com.broadleafcommerce.common.messaging.notification with parameters of type NotificationHandlerModifier and TypeMethodDescriptionstatic RetryClusterService
RetryServiceFactory.create
(org.apache.camel.cluster.CamelClusterService camelClusterService, DurableNotificationProperties properties, List<NotificationStateRepository> repositories, NotificationHandler handler, String messageType, List<IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) Create a newRetryClusterService
instancestatic RetryClusterService
RetryServiceFactory.create
(org.apache.camel.cluster.CamelClusterService camelClusterService, DurableNotificationProperties properties, List<NotificationStateRepository> repositories, NotificationHandler handler, String messageType, List<IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference, List<Consumer<RetryHandlerStatus>> consumers) Constructors in com.broadleafcommerce.common.messaging.notification with parameters of type NotificationHandlerModifierConstructorDescriptionDefaultRetryClusterService
(List<NotificationStateRepository> repositories, NotificationHandler notificationHandler, DurableNotificationProperties properties, String messageType, List<IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) DefaultRetryHandler
(NotificationStateRepository repository, NotificationHandler notificationHandler, DurableNotificationProperties properties, String messageType, org.springframework.scheduling.TaskScheduler scheduler, com.broadleafcommerce.common.extension.data.DataRouteReference reference) Constructor parameters in com.broadleafcommerce.common.messaging.notification with type arguments of type NotificationHandler