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 theNotificationHandler
andRetryHandler
related toTriggeredJobEventProducer
- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description ScheduledJobTriggerNotificationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
com.broadleafcommerce.common.messaging.notification.NotificationProperties
getNotification()
com.broadleafcommerce.common.messaging.notification.RetryProperties
getRetry()
int
hashCode()
void
setNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification)
void
setRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry)
String
toString()
-
-
-
Method Detail
-
getNotification
public com.broadleafcommerce.common.messaging.notification.NotificationProperties getNotification()
- Specified by:
getNotification
in interfacecom.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
-
getRetry
public com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry()
- Specified by:
getRetry
in 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)
-
-