Uses of Class
com.broadleafcommerce.common.messaging.notification.RetryProperties
-
Packages that use RetryProperties Package Description com.broadleafcommerce.common.messaging com.broadleafcommerce.common.messaging.notification -
-
Uses of RetryProperties in com.broadleafcommerce.common.messaging
Methods in com.broadleafcommerce.common.messaging that return RetryProperties Modifier and Type Method Description RetryProperties
PersistenceNotificationProperties. getRetry()
Methods in com.broadleafcommerce.common.messaging with parameters of type RetryProperties Modifier and Type Method Description void
PersistenceNotificationProperties. setRetry(RetryProperties retry)
-
Uses of RetryProperties in com.broadleafcommerce.common.messaging.notification
Methods in com.broadleafcommerce.common.messaging.notification that return RetryProperties Modifier and Type Method Description RetryProperties
DurableNotificationProperties. getRetry()
Configuration for theRetryHandler
-