Class ExternalTenantProperties
java.lang.Object
com.broadleafcommerce.notification.service.provider.external.ExternalTenantProperties
@ConfigurationProperties("broadleaf.notification.tenantprovider")
public class ExternalTenantProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe path to resolve an application by idThe service client to use when calling tenant services.getUrl()
The base url for the tenant service.void
setResolveApplicationPath
(String resolveApplicationPath) The path to resolve an application by idvoid
setServiceClient
(String serviceClient) The service client to use when calling tenant services.void
The base url for the tenant service.
-
Constructor Details
-
ExternalTenantProperties
public ExternalTenantProperties()
-
-
Method Details
-
getUrl
The base url for the tenant service. -
getResolveApplicationPath
The path to resolve an application by id -
getServiceClient
The service client to use when calling tenant services. Default is "notificationclient". -
setUrl
The base url for the tenant service. -
setResolveApplicationPath
The path to resolve an application by id -
setServiceClient
The service client to use when calling tenant services. Default is "notificationclient".
-