Class DeleteSandboxRequestNotificationProperties
- java.lang.Object
 - 
- com.broadleafcommerce.bulk.messaging.autoconfigure.DeleteSandboxRequestNotificationProperties
 
 
- 
- All Implemented Interfaces:
 com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
@ConfigurationProperties("broadleaf.bulk.delete-sandbox-request") public class DeleteSandboxRequestNotificationProperties extends Object implements com.broadleafcommerce.common.messaging.notification.DurableNotificationPropertiesConfiguration properties for theNotificationHandlerandRetryHandlerforDeleteSandboxRequestProducer.- Author:
 - Samarth Dhruva (samarthd)
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DeleteSandboxRequestNotificationProperties() 
- 
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)
 
 - 
 
 -