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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
Whether calls toJpaNotificationStateService.get()
should leverage a cached singleton (true), or request the bean from Spring app context every time (false).void
setNotificationStateService
(boolean notificationStateService) Whether calls toJpaNotificationStateService.get()
should leverage a cached singleton (true), or request the bean from Spring app context every time (false).toString()
-
Constructor Details
-
JpaNotificationStateServiceProperties
public JpaNotificationStateServiceProperties()
-
-
Method Details
-
isNotificationStateService
public boolean isNotificationStateService()Whether calls toJpaNotificationStateService.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 toJpaNotificationStateService.get()
should leverage a cached singleton (true), or request the bean from Spring app context every time (false). The default value is true. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-