Class TransitionRequestProperties
- java.lang.Object
-
- com.broadleafcommerce.data.tracking.core.messaging.TransitionRequestProperties
-
@ConfigurationProperties("broadleaf.transitionrequest") public class TransitionRequestProperties extends ObjectConfiguration properties for theNotificationHandlerandRetryHandlerrelated toWorkflowRequestCompletionProducer- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description TransitionRequestProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisEnabled()voidsetEnabled(boolean enabled)StringtoString()
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
canEqual
protected boolean canEqual(Object other)
-
-