Uses of Interface
com.broadleafcommerce.common.messaging.notification.NotificationHandler
-
Packages that use NotificationHandler Package Description com.broadleafcommerce.common.messaging com.broadleafcommerce.common.messaging.autoconfigure com.broadleafcommerce.common.messaging.notification -
-
Uses of NotificationHandler in com.broadleafcommerce.common.messaging
Classes in com.broadleafcommerce.common.messaging that implement NotificationHandler Modifier and Type Class Description class
PersistenceMessageNotificationHandler
TheNotificationHandler
implementation specifically for sendingPersistenceMessage
viaPersistenceProducer
. -
Uses of NotificationHandler in com.broadleafcommerce.common.messaging.autoconfigure
Methods in com.broadleafcommerce.common.messaging.autoconfigure that return NotificationHandler Modifier and Type Method Description NotificationHandler
PersistenceNotificationAutoConfiguration. 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 NotificationHandler Modifier and Type Method Description RetryClusterService
PersistenceNotificationAutoConfiguration. persistenceRetryClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService, PersistenceNotificationProperties properties, List<NotificationStateRepository> repositories, NotificationHandler handler, List<IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference)
RetryHandler
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 NotificationHandler Modifier and Type Method Description NotificationManager
DurableNotificationAutoConfiguration. notificationManager(List<NotificationHandler> handlers)
-
Uses of NotificationHandler in com.broadleafcommerce.common.messaging.notification
Classes in com.broadleafcommerce.common.messaging.notification that implement NotificationHandler Modifier and Type Class Description class
DefaultNotificationHandler
Methods in com.broadleafcommerce.common.messaging.notification with parameters of type NotificationHandler Modifier and Type Method Description static 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
instanceConstructors in com.broadleafcommerce.common.messaging.notification with parameters of type NotificationHandler Constructor Description DefaultRetryClusterService(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 Constructor Description DefaultNotificationManager(List<NotificationHandler> handlers)
-