Class PersistenceNotificationProperties
java.lang.Object
com.broadleafcommerce.common.messaging.PersistenceNotificationProperties
- All Implemented Interfaces:
DurableNotificationProperties
@ConfigurationProperties("broadleaf.persistence")
public class PersistenceNotificationProperties
extends Object
implements DurableNotificationProperties
Configuration properties for the
NotificationHandler
and RetryHandler
related to
PersistenceProducer
- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Configuration for theNotificationHandler
getRetry()
Configuration for theRetryHandler
int
hashCode()
void
setNotification
(NotificationProperties notification) void
setRetry
(RetryProperties retry) toString()
-
Constructor Details
-
PersistenceNotificationProperties
public PersistenceNotificationProperties()
-
-
Method Details
-
getNotification
Description copied from interface:DurableNotificationProperties
Configuration for theNotificationHandler
- Specified by:
getNotification
in interfaceDurableNotificationProperties
- Returns:
- the handler configuration
-
getRetry
Description copied from interface:DurableNotificationProperties
Configuration for theRetryHandler
- Specified by:
getRetry
in interfaceDurableNotificationProperties
- Returns:
- the retry handler configuration
-
setNotification
-
setRetry
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-