Class DefaultPropagationHandlerProperties
java.lang.Object
com.broadleafcommerce.data.tracking.core.transition.environment.DefaultPropagationHandlerProperties
@ConfigurationProperties(prefix="broadleaf.propagation.default-propagation-handler")
public class DefaultPropagationHandlerProperties
extends Object
Properties configuring the behavior of
DefaultPropagationHandler.- Since:
- Data Tracking 2.0.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanWhether aPERSISTENCEmessage should be emitted with the updated state of an entity after propagated changes from a parent record have been applied to it.voidsetEmitPersistenceMessageOnAppliedPropagation(boolean emitPersistenceMessageOnAppliedPropagation) Whether aPERSISTENCEmessage should be emitted with the updated state of an entity after propagated changes from a parent record have been applied to it.toString()
-
Constructor Details
-
DefaultPropagationHandlerProperties
public DefaultPropagationHandlerProperties()
-
-
Method Details
-
isEmitPersistenceMessageOnAppliedPropagation
public boolean isEmitPersistenceMessageOnAppliedPropagation()Whether aPERSISTENCEmessage should be emitted with the updated state of an entity after propagated changes from a parent record have been applied to it. Default is true. NOTE: Prior to 2.0.7, PERSISTENCE messages were always enabled, which is why the default is set to true. -
setEmitPersistenceMessageOnAppliedPropagation
public void setEmitPersistenceMessageOnAppliedPropagation(boolean emitPersistenceMessageOnAppliedPropagation) Whether aPERSISTENCEmessage should be emitted with the updated state of an entity after propagated changes from a parent record have been applied to it. Default is true. NOTE: Prior to 2.0.7, PERSISTENCE messages were always enabled, which is why the default is set to true. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-