Class TenantSyncProperties
java.lang.Object
com.broadleafcommerce.data.tracking.core.tenant.service.TenantSyncProperties
@ConfigurationProperties("broadleaf.common.data.tenant.sync")
public class TenantSyncProperties
extends Object
- Author:
- Phillip Verheyden (phillipuniverse)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
isActive()
Whether or not tenant modification events (applications and catalogs) will be listened to and synchronized with a local copyvoid
setActive
(boolean active) Whether or not tenant modification events (applications and catalogs) will be listened to and synchronized with a local copytoString()
-
Constructor Details
-
TenantSyncProperties
public TenantSyncProperties()
-
-
Method Details
-
isActive
public boolean isActive()Whether or not tenant modification events (applications and catalogs) will be listened to and synchronized with a local copy -
setActive
public void setActive(boolean active) Whether or not tenant modification events (applications and catalogs) will be listened to and synchronized with a local copy -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-