Class OrderFulfillmentIndexerServiceProperties
java.lang.Object
com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
com.broadleafcommerce.search.index.fulfillment.service.autoconfigure.OrderFulfillmentIndexerServiceProperties
@ConfigurationProperties(prefix="broadleaf.indexer.orderfulfillment.service")
public class OrderFulfillmentIndexerServiceProperties
extends com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The URI of the Order Service.The path of the endpoint to read order fulfillment IDs for indexing within the Order Service.The path of the endpoint to read order fulfillments 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
setReadOrderFulfillmentIdsPath
(String readOrderFulfillmentIdsPath) The path of the endpoint to read order fulfillment IDs for indexing within the Order Service.void
setReadOrderFulfillmentsPath
(String readOrderFulfillmentsPath) The path of the endpoint to read order fulfillments 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
-
OrderFulfillmentIndexerServiceProperties
public OrderFulfillmentIndexerServiceProperties()
-
-
Method Details
-
getEndpoint
The URI of the Order Service.- Returns:
- the URI of the Order Service
-
getReadOrderFulfillmentIdsPath
The path of the endpoint to read order fulfillment IDs for indexing within the Order Service.- Returns:
- the Order Service path to read order fulfillment IDs
-
getReadOrderFulfillmentsPath
The path of the endpoint to read order fulfillments for indexing within the Order Service.- Returns:
- the Order Service path to read order fulfillments
-
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
-
setReadOrderFulfillmentIdsPath
The path of the endpoint to read order fulfillment IDs for indexing within the Order Service.- Parameters:
readOrderFulfillmentIdsPath
- the Order Service path to read order fulfillment IDs
-
setReadOrderFulfillmentsPath
The path of the endpoint to read order fulfillments for indexing within the Order Service.- Parameters:
readOrderIdsPath
- the Order Service path to read order fulfillments
-
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
-