@ConfigurationProperties(value="broadleaf.changesummary") public class ChangeSummaryNotificationProperties extends Object implements com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
NotificationHandler
and RetryHandler
related to
ChangeSummaryProducer
Constructor and Description |
---|
ChangeSummaryNotificationProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
com.broadleafcommerce.common.messaging.notification.NotificationProperties |
getNotification() |
com.broadleafcommerce.common.messaging.notification.RetryProperties |
getRetry() |
int |
hashCode() |
void |
setNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification) |
void |
setRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry) |
String |
toString() |
public com.broadleafcommerce.common.messaging.notification.NotificationProperties getNotification()
getNotification
in interface com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
public com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry()
getRetry
in interface com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
public void setNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification)
public void setRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.