Class ProcessExportRequestNotificationProperties

java.lang.Object
com.broadleafcommerce.common.dataexport.messaging.autoconfigure.ProcessExportRequestNotificationProperties
All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties

@ConfigurationProperties("broadleaf.export.process-export-request") public class ProcessExportRequestNotificationProperties extends Object implements com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
Configuration properties for the NotificationHandler and RetryHandler for ProcessExportRequestProducer.
Author:
Samarth Dhruva (samarthd)
  • Constructor Details

    • ProcessExportRequestNotificationProperties

      public ProcessExportRequestNotificationProperties()
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object