Class OrderIndexerServiceProperties
java.lang.Object
com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
com.broadleafcommerce.search.index.order.service.autoconfigure.OrderIndexerServiceProperties
@ConfigurationProperties(prefix="broadleaf.indexer.order.service")
public class OrderIndexerServiceProperties
extends com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe URI of the Order Service.The path of the endpoint to read order IDs for indexing within the Order Service.The path of the endpoint to read orders for indexing within the Order Service.The service client to use when interacting with the order service.inthashCode()voidsetEndpoint(String endpoint) The URI of the Order Service.voidsetReadOrderIdsPath(String readOrderIdsPath) The path of the endpoint to read order IDs for indexing within the Order Service.voidsetReadOrdersPath(String readOrdersPath) The path of the endpoint to read orders for indexing within the Order Service.voidsetServiceClient(String serviceClient) The service client to use when interacting with the order service.toString()Methods inherited from class com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
getWebClientBufferLimitInBytes, setWebClientBufferLimitInBytes
-
Constructor Details
-
OrderIndexerServiceProperties
public OrderIndexerServiceProperties()
-
-
Method Details
-
getEndpoint
The URI of the Order Service.- Returns:
- the URI of the Order Service
-
getReadOrderIdsPath
The path of the endpoint to read order IDs for indexing within the Order Service.- Returns:
- the Order Service path to read order IDs
-
getReadOrdersPath
The path of the endpoint to read orders for indexing within the Order Service.- Returns:
- the Order Service path to read orders
-
getServiceClient
The service client to use when interacting with the order service. Default is "indexerclient". -
setEndpoint
The URI of the Order Service.- Parameters:
endpoint- the URI of the Order Service
-
setReadOrderIdsPath
The path of the endpoint to read order IDs for indexing within the Order Service.- Parameters:
readOrderIdsPath- the Order Service path to read order IDs
-
setReadOrdersPath
The path of the endpoint to read orders for indexing within the Order Service.- Parameters:
readOrderIdsPath- the Order Service path to read orders
-
setServiceClient
The service client to use when interacting with the order 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
-