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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanConfiguration for theNotificationHandlergetRetry()Configuration for theRetryHandlerinthashCode()voidsetNotification(NotificationProperties notification) voidsetRetry(RetryProperties retry) toString() 
- 
Constructor Details
- 
PersistenceNotificationProperties
public PersistenceNotificationProperties() 
 - 
 - 
Method Details
- 
getNotification
Description copied from interface:DurableNotificationPropertiesConfiguration for theNotificationHandler- Specified by:
 getNotificationin interfaceDurableNotificationProperties- Returns:
 - the handler configuration
 
 - 
getRetry
Description copied from interface:DurableNotificationPropertiesConfiguration for theRetryHandler- Specified by:
 getRetryin interfaceDurableNotificationProperties- Returns:
 - the retry handler configuration
 
 - 
setNotification
 - 
setRetry
 - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -