Interface DurableNotificationProperties
- All Known Subinterfaces:
 MutableDurableNotificationProperties
- All Known Implementing Classes:
 PersistenceNotificationProperties
public interface DurableNotificationProperties
Properties that control behavior of the combination of a 
NotificationHandler and a
 RetryHandler. An instance of this configuration is usually linked to a specific message
 producer use case.- Author:
 - Jeff Fischer
 
- 
Method Summary
Modifier and TypeMethodDescriptionConfiguration for theNotificationHandlergetRetry()Configuration for theRetryHandler 
- 
Method Details
- 
getNotification
NotificationProperties getNotification()Configuration for theNotificationHandler- Returns:
 - the handler configuration
 
 - 
getRetry
RetryProperties getRetry()Configuration for theRetryHandler- Returns:
 - the retry handler configuration
 
 
 -