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 Details

    • OrderFulfillmentIndexerServiceProperties

      public OrderFulfillmentIndexerServiceProperties()
  • Method Details

    • getEndpoint

      public String getEndpoint()
      The URI of the Order Service.
      Returns:
      the URI of the Order Service
    • getReadOrderFulfillmentIdsPath

      public String 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

      public String 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

      public String getServiceClient()
      The service client to use when interacting with the order service. Default is "indexerclient".
    • setEndpoint

      public void setEndpoint(String endpoint)
      The URI of the Order Service.
      Parameters:
      endpoint - the URI of the Order Service
    • setReadOrderFulfillmentIdsPath

      public void setReadOrderFulfillmentIdsPath(String readOrderFulfillmentIdsPath)
      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

      public void setReadOrderFulfillmentsPath(String readOrderFulfillmentsPath)
      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

      public void setServiceClient(String serviceClient)
      The service client to use when interacting with the order service. Default is "indexerclient".
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties
    • toString

      public String toString()
      Overrides:
      toString in class com.broadleafcommerce.search.index.autoconfigure.CollectionIndexerWebClientProperties