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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    int
     
    boolean
    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
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object