Class CustomerIndexerServiceProperties
java.lang.Object
com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
com.broadleafcommerce.search.index.customer.service.autoconfigure.CustomerIndexerServiceProperties
@ConfigurationProperties(prefix="broadleaf.indexer.customer.service")
public class CustomerIndexerServiceProperties
extends com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The URI of the Customer Service.The path of the endpoint to read customer IDs for indexing within the Customer Service.The path of the endpoint to read customers for indexing within the Customer Service.The service client to use when interacting with the customer service.int
hashCode()
void
setEndpoint
(String endpoint) The URI of the Customer Service.void
setReadCustomerIdsPath
(String readCustomerIdsPath) The path of the endpoint to read customer IDs for indexing within the Customer Service.void
setReadCustomersPath
(String readCustomersPath) The path of the endpoint to read customers for indexing within the Customer Service.void
setServiceClient
(String serviceClient) The service client to use when interacting with the customer service.toString()
Methods inherited from class com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
getWebClientBufferLimitInBytes, setWebClientBufferLimitInBytes
-
Constructor Details
-
CustomerIndexerServiceProperties
public CustomerIndexerServiceProperties()
-
-
Method Details
-
getEndpoint
The URI of the Customer Service.- Returns:
- the URI of the Customer Service
-
getReadCustomerIdsPath
The path of the endpoint to read customer IDs for indexing within the Customer Service.- Returns:
- the Customer Service path to read customer IDs
-
getReadCustomersPath
The path of the endpoint to read customers for indexing within the Customer Service.- Returns:
- the Customer Service path to read customers
-
getServiceClient
The service client to use when interacting with the customer service. Default is "indexerclient". -
setEndpoint
The URI of the Customer Service.- Parameters:
endpoint
- the URI of the Customer Service
-
setReadCustomerIdsPath
The path of the endpoint to read customer IDs for indexing within the Customer Service.- Parameters:
readCustomerIdsPath
- the Customer Service path to read customer IDs
-
setReadCustomersPath
The path of the endpoint to read customers for indexing within the Customer Service.- Parameters:
readCustomerIdsPath
- the Customer Service path to read customers
-
setServiceClient
The service client to use when interacting with the customer service. Default is "indexerclient". -
equals
- Overrides:
equals
in classcom.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-
canEqual
- Overrides:
canEqual
in classcom.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-
toString
- Overrides:
toString
in classcom.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-