Class ProcessExportRequestNotificationProperties
- java.lang.Object
-
- com.broadleafcommerce.common.dataexport.messaging.autoconfigure.ProcessExportRequestNotificationProperties
-
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
@ConfigurationProperties("broadleaf.export.process-export-request") public class ProcessExportRequestNotificationProperties extends Object implements com.broadleafcommerce.common.messaging.notification.DurableNotificationPropertiesConfiguration properties for theNotificationHandlerandRetryHandlerforProcessExportRequestProducer.- Author:
- Samarth Dhruva (samarthd)
-
-
Constructor Summary
Constructors Constructor Description ProcessExportRequestNotificationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)com.broadleafcommerce.common.messaging.notification.NotificationPropertiesgetNotification()com.broadleafcommerce.common.messaging.notification.RetryPropertiesgetRetry()inthashCode()voidsetNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification)voidsetRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry)StringtoString()
-
-
-
Method Detail
-
getNotification
public com.broadleafcommerce.common.messaging.notification.NotificationProperties getNotification()
- Specified by:
getNotificationin interfacecom.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
-
getRetry
public com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry()
- Specified by:
getRetryin interfacecom.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
-
setNotification
public void setNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification)
-
setRetry
public void setRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry)
-
canEqual
protected boolean canEqual(Object other)
-
-