Uses of Interface
com.broadleafcommerce.notification.service.NotificationHandler
Packages that use NotificationHandler
Package
Description
-
Uses of NotificationHandler in com.broadleafcommerce.notification.service
Classes in com.broadleafcommerce.notification.service that implement NotificationHandlerModifier and TypeClassDescriptionclass
NotificationHandler with the most common default settings.Methods in com.broadleafcommerce.notification.service that return NotificationHandlerModifier and TypeMethodDescriptionprotected NotificationHandler
DefaultNotificationService.findNotificationHandler
(Notification notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Methods in com.broadleafcommerce.notification.service with parameters of type NotificationHandlerModifier and TypeMethodDescriptionprotected void
DefaultNotificationService.sendMessage
(N notification, NotificationHandler handler, NotificationResponse response, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Call the handler to deliver the message using the handler's NotificationSenderConstructor parameters in com.broadleafcommerce.notification.service with type arguments of type NotificationHandlerModifierConstructorDescriptionDefaultNotificationService
(NotificationRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper, List<NotificationHandler> handlers) Creates a new instance ofDefaultNotificationService
. -
Uses of NotificationHandler in com.broadleafcommerce.notification.service.autoconfigure
Methods in com.broadleafcommerce.notification.service.autoconfigure that return NotificationHandlerModifier and TypeMethodDescriptionNotificationServiceAutoConfiguration.defaultNotificationHandler
(ThymeleafMessageBuilder builder, MessageSender defaultEmailMessageSender)