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 booleanbooleanThe 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.inthashCode()voidsetEndpoint(String endpoint) The URI of the Customer Service.voidsetReadCustomerIdsPath(String readCustomerIdsPath) The path of the endpoint to read customer IDs for indexing within the Customer Service.voidsetReadCustomersPath(String readCustomersPath) The path of the endpoint to read customers for indexing within the Customer Service.voidsetServiceClient(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:
equalsin classcom.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-
canEqual
- Overrides:
canEqualin classcom.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-
toString
- Overrides:
toStringin classcom.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-