Class PersistenceNotificationProperties
- java.lang.Object
-
- com.broadleafcommerce.common.messaging.PersistenceNotificationProperties
-
- All Implemented Interfaces:
DurableNotificationProperties
@ConfigurationProperties("broadleaf.persistence") public class PersistenceNotificationProperties extends Object implements DurableNotificationPropertiesConfiguration properties for theNotificationHandlerandRetryHandlerrelated toPersistenceProducer- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description PersistenceNotificationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)NotificationPropertiesgetNotification()Configuration for theNotificationHandlerRetryPropertiesgetRetry()Configuration for theRetryHandlerinthashCode()voidsetNotification(NotificationProperties notification)voidsetRetry(RetryProperties retry)StringtoString()
-
-
-
Method Detail
-
getNotification
public NotificationProperties getNotification()
Description copied from interface:DurableNotificationPropertiesConfiguration for theNotificationHandler- Specified by:
getNotificationin interfaceDurableNotificationProperties- Returns:
- the handler configuration
-
getRetry
public RetryProperties getRetry()
Description copied from interface:DurableNotificationPropertiesConfiguration for theRetryHandler- Specified by:
getRetryin interfaceDurableNotificationProperties- Returns:
- the retry handler configuration
-
setNotification
public void setNotification(NotificationProperties notification)
-
setRetry
public void setRetry(RetryProperties retry)
-
canEqual
protected boolean canEqual(Object other)
-
-