@ConfigurationProperties(value="broadleaf.common.data.tenant.sync") public class TenantSyncProperties extends Object
Constructor and Description |
---|
TenantSyncProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isActive()
Whether or not tenant modification events (applications and catalogs) will be listened to and
synchronized with a local copy
|
void |
setActive(boolean active)
Whether or not tenant modification events (applications and catalogs) will be listened to and
synchronized with a local copy
|
String |
toString() |
public boolean isActive()
public void setActive(boolean active)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.