Interface MutableDurableNotificationProperties
- All Superinterfaces:
 DurableNotificationProperties
Represents 
DurableNotificationProperties whose notification and retry
 fields may be reset to new objects.- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetNotification(NotificationProperties properties) Configuration for theNotificationHandlervoidsetRetry(RetryProperties properties) Configuration for theRetryHandlerMethods 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
 
 -