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.DurableNotificationPropertiesConfiguration properties for theNotificationHandlerandRetryHandlerrelated toTriggeredJobEventProducer- Author:
- Jeff Fischer
 
- 
- 
Constructor SummaryConstructors Constructor Description ScheduledJobTriggerNotificationProperties()
 - 
Method SummaryAll 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- 
getNotificationpublic com.broadleafcommerce.common.messaging.notification.NotificationProperties getNotification() - Specified by:
- getNotificationin interface- com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
 
 - 
getRetrypublic com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry() - Specified by:
- getRetryin interface- com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
 
 - 
setNotificationpublic void setNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification) 
 - 
setRetrypublic void setRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry) 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-