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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanConfiguration for theNotificationHandlergetRetry()Configuration for theRetryHandlerinthashCode()voidsetNotification(NotificationProperties notification) voidsetRetry(RetryProperties retry) toString()
- 
Constructor Details- 
PersistenceNotificationPropertiespublic PersistenceNotificationProperties()
 
- 
- 
Method Details- 
getNotificationDescription copied from interface:DurableNotificationPropertiesConfiguration for theNotificationHandler- Specified by:
- getNotificationin interface- DurableNotificationProperties
- Returns:
- the handler configuration
 
- 
getRetryDescription copied from interface:DurableNotificationPropertiesConfiguration for theRetryHandler- Specified by:
- getRetryin interface- DurableNotificationProperties
- Returns:
- the retry handler configuration
 
- 
setNotification
- 
setRetry
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-