Class TenantSyncProperties


  • @ConfigurationProperties("broadleaf.common.data.tenant.sync")
    public class TenantSyncProperties
    extends Object
    Author:
    Phillip Verheyden (phillipuniverse)
    • Constructor Detail

      • TenantSyncProperties

        public TenantSyncProperties()
    • Method Detail

      • 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
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object