Class CreateSandboxRequestNotificationProperties

  • All Implemented Interfaces:
    com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties

    @ConfigurationProperties("broadleaf.bulk.create-sandbox-request")
    public class CreateSandboxRequestNotificationProperties
    extends Object
    implements com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
    Configuration properties for the NotificationHandler and RetryHandler for CreateSandboxRequestProducer.

    Note: a lot of this class is copied in the import service. Changes here should be propagated there.

    Author:
    Samarth Dhruva (samarthd)
    • Constructor Detail

      • CreateSandboxRequestNotificationProperties

        public CreateSandboxRequestNotificationProperties()
    • Method Detail

      • getNotification

        public com.broadleafcommerce.common.messaging.notification.NotificationProperties getNotification()
        Specified by:
        getNotification in interface com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
      • getRetry

        public com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry()
        Specified by:
        getRetry in interface com.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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object