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 boolean
boolean
The 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.int
hashCode()
void
setEndpoint
(String endpoint) The URI of the Order Service.void
setReadOrderIdsPath
(String readOrderIdsPath) The path of the endpoint to read order IDs for indexing within the Order Service.void
setReadOrdersPath
(String readOrdersPath) The path of the endpoint to read orders for indexing within the Order Service.void
setServiceClient
(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:
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
-