Class JpaNotificationStateServiceProperties

java.lang.Object
com.broadleafcommerce.data.tracking.jpa.messaging.notification.JpaNotificationStateServiceProperties

@ConfigurationProperties("broadleaf.cache") public class JpaNotificationStateServiceProperties extends Object
Environment properties related to JpaNotificationStateService.
  • Constructor Details

    • JpaNotificationStateServiceProperties

      public JpaNotificationStateServiceProperties()
  • Method Details

    • isNotificationStateService

      public boolean isNotificationStateService()
      Whether calls to JpaNotificationStateService.get() should leverage a cached singleton (true), or request the bean from Spring app context every time (false). The default value is true.
    • setNotificationStateService

      public void setNotificationStateService(boolean notificationStateService)
      Whether calls to JpaNotificationStateService.get() should leverage a cached singleton (true), or request the bean from Spring app context every time (false). The default value is true.
    • 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