Class ExternalTenantProperties

java.lang.Object
com.broadleafcommerce.notification.service.provider.external.ExternalTenantProperties

@ConfigurationProperties("broadleaf.notification.tenantprovider") public class ExternalTenantProperties extends Object
  • Constructor Details

    • ExternalTenantProperties

      public ExternalTenantProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for the tenant service.
    • getResolveApplicationPath

      public String getResolveApplicationPath()
      The path to resolve an application by id
    • getServiceClient

      public String getServiceClient()
      The service client to use when calling tenant services. Default is "notificationclient".
    • setUrl

      public void setUrl(String url)
      The base url for the tenant service.
    • setResolveApplicationPath

      public void setResolveApplicationPath(String resolveApplicationPath)
      The path to resolve an application by id
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when calling tenant services. Default is "notificationclient".