Class ChangeSummaryNotificationProperties
- java.lang.Object
-
- com.broadleafcommerce.data.tracking.core.messaging.ChangeSummaryNotificationProperties
-
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
@ConfigurationProperties("broadleaf.changesummary") public class ChangeSummaryNotificationProperties extends Object implements com.broadleafcommerce.common.messaging.notification.DurableNotificationPropertiesConfiguration properties for theNotificationHandlerandRetryHandlerrelated toChangeSummaryProducer- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description ChangeSummaryNotificationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)com.broadleafcommerce.common.messaging.notification.NotificationPropertiesgetNotification()com.broadleafcommerce.common.messaging.notification.RetryPropertiesgetRetry()inthashCode()voidsetNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification)voidsetRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry)StringtoString()
-
-
-
Method Detail
-
getNotification
public com.broadleafcommerce.common.messaging.notification.NotificationProperties getNotification()
- Specified by:
getNotificationin interfacecom.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
-
getRetry
public com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry()
- Specified by:
getRetryin interfacecom.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
-
setNotification
public void setNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification)
-
setRetry
public void setRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry)
-
canEqual
protected boolean canEqual(Object other)
-
-