Uses of Class
com.broadleafcommerce.notification.service.messaging.AccountNotificationProperties
Packages that use AccountNotificationProperties
Package
Description
-
Uses of AccountNotificationProperties in com.broadleafcommerce.notification.service.messaging
Methods in com.broadleafcommerce.notification.service.messaging that return AccountNotificationPropertiesModifier and TypeMethodDescriptionprotected AccountNotificationProperties
AccountInviteAcceptanceMessageListener.getProperties()
protected AccountNotificationProperties
NotificationAccountInviteMessageListener.getProperties()
Constructors in com.broadleafcommerce.notification.service.messaging with parameters of type AccountNotificationPropertiesModifierConstructorDescriptionAccountInviteAcceptanceMessageListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, NotificationService<Notification> notificationService, org.springframework.context.MessageSource messages, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AccountNotificationProperties properties) NotificationAccountInviteMessageListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, NotificationService<Notification> notificationService, org.springframework.context.MessageSource messages, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AccountNotificationProperties properties) -
Uses of AccountNotificationProperties in com.broadleafcommerce.notification.service.messaging.autoconfigure
Methods in com.broadleafcommerce.notification.service.messaging.autoconfigure with parameters of type AccountNotificationPropertiesModifier and TypeMethodDescriptionNotificationMessagingConfiguration.accountInviteAcceptanceMessageListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, NotificationService<Notification> notificationService, org.springframework.context.MessageSource messages, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AccountNotificationProperties properties) NotificationMessagingConfiguration.notificationAccountInviteMessageListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, NotificationService<Notification> notificationService, org.springframework.context.MessageSource messages, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AccountNotificationProperties properties)