Class ScheduledJobTriggerNotificationProperties
java.lang.Object
com.broadleafcommerce.scheduledjob.messaging.trigger.ScheduledJobTriggerNotificationProperties
- All Implemented Interfaces:
 com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
@ConfigurationProperties("broadleaf.scheduledjobtrigger")
public class ScheduledJobTriggerNotificationProperties
extends Object
implements com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
Configuration properties for the 
NotificationHandler and RetryHandler related to
 TriggeredJobEventProducer- Author:
 - Jeff Fischer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancom.broadleafcommerce.common.messaging.notification.NotificationPropertiescom.broadleafcommerce.common.messaging.notification.RetryPropertiesgetRetry()inthashCode()voidsetNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification) voidsetRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry) toString() 
- 
Constructor Details
- 
ScheduledJobTriggerNotificationProperties
public ScheduledJobTriggerNotificationProperties() 
 - 
 - 
Method Details
- 
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)  - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -