Interface MutableDurableNotificationProperties
- All Superinterfaces:
DurableNotificationProperties
Represents
DurableNotificationProperties
whose notification
and retry
fields may be reset to new objects.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setNotification
(NotificationProperties properties) Configuration for theNotificationHandler
void
setRetry
(RetryProperties properties) Configuration for theRetryHandler
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
getNotification, getRetry
-
Method Details
-
setNotification
Configuration for theNotificationHandler
- Parameters:
properties
- the handler configuration
-
setRetry
Configuration for theRetryHandler
- Parameters:
properties
- the retry handler configuration
-