Class ExternalSearchTenantProperties
java.lang.Object
com.broadleafcommerce.search.core.service.provider.external.ExternalSearchTenantProperties
@ConfigurationProperties("broadleaf.search.tenantprovider")
public class ExternalSearchTenantProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe URI path for read operations on tenants.The service client to use when calling tenant services.getUrl()
The base url for an external tenant service.void
setReadTenantPath
(String readTenantPath) The URI path for read operations on tenants.void
setServiceClient
(String serviceClient) The service client to use when calling tenant services.void
The base url for an external tenant service.
-
Constructor Details
-
ExternalSearchTenantProperties
public ExternalSearchTenantProperties()
-
-
Method Details
-
getUrl
The base url for an external tenant service. -
getReadTenantPath
The URI path for read operations on tenants. -
getServiceClient
The service client to use when calling tenant services. Default is "searchclient". -
setUrl
The base url for an external tenant service. -
setReadTenantPath
The URI path for read operations on tenants. -
setServiceClient
The service client to use when calling tenant services. Default is "searchclient".
-