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 booleanbooleanThe 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.inthashCode()voidsetEndpoint(String endpoint) The URI of the Order Service.voidsetReadOrderFulfillmentIdsPath(String readOrderFulfillmentIdsPath) The path of the endpoint to read order fulfillment IDs for indexing within the Order Service.voidsetReadOrderFulfillmentsPath(String readOrderFulfillmentsPath) The path of the endpoint to read order fulfillments 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
- 
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:
 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
 
 -