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 theNotificationHandler
andRetryHandler
related toPersistenceProducer
- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description PersistenceNotificationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
NotificationProperties
getNotification()
Configuration for theNotificationHandler
RetryProperties
getRetry()
Configuration for theRetryHandler
int
hashCode()
void
setNotification(NotificationProperties notification)
void
setRetry(RetryProperties retry)
String
toString()
-
-
-
Method Detail
-
getNotification
public NotificationProperties getNotification()
Description copied from interface:DurableNotificationProperties
Configuration for theNotificationHandler
- Specified by:
getNotification
in interfaceDurableNotificationProperties
- Returns:
- the handler configuration
-
getRetry
public RetryProperties getRetry()
Description copied from interface:DurableNotificationProperties
Configuration for theRetryHandler
- Specified by:
getRetry
in interfaceDurableNotificationProperties
- Returns:
- the retry handler configuration
-
setNotification
public void setNotification(NotificationProperties notification)
-
setRetry
public void setRetry(RetryProperties retry)
-
canEqual
protected boolean canEqual(Object other)
-
-