Interface DurableNotificationProperties
-
- All Known Implementing Classes:
PersistenceNotificationProperties
public interface DurableNotificationProperties
Properties that control behavior of the combination of aNotificationHandler
and aRetryHandler
. An instance of this configuration is usually linked to a specific message producer use case.- Author:
- Jeff Fischer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationProperties
getNotification()
Configuration for theNotificationHandler
RetryProperties
getRetry()
Configuration for theRetryHandler
-
-
-
Method Detail
-
getNotification
NotificationProperties getNotification()
Configuration for theNotificationHandler
- Returns:
- the handler configuration
-
getRetry
RetryProperties getRetry()
Configuration for theRetryHandler
- Returns:
- the retry handler configuration
-
-