Class SolrCatalogInventoryServiceAutoConfiguration

java.lang.Object
com.broadleafcommerce.search.index.catalog.solr.service.autoconfigure.SolrCatalogInventoryServiceAutoConfiguration

@Configuration @AutoConfigureBefore(com.broadleafcommerce.search.index.catalog.service.autoconfigure.CatalogInventoryIndexerServiceAutoConfiguration.class) @EnableConfigurationProperties(com.broadleafcommerce.search.index.catalog.service.autoconfigure.IndexerCatalogInventoryAvailabilityProperties.class) public class SolrCatalogInventoryServiceAutoConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.broadleafcommerce.search.index.catalog.service.InventoryAvailabilityService
    indexerCatalogInventoryAvailabilityService(org.springframework.web.reactive.function.client.WebClient webClient, com.broadleafcommerce.search.index.catalog.service.autoconfigure.IndexerCatalogInventoryAvailabilityProperties inventoryAvailabilityProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.search.provider.solr.SolrCollectionResolver collectionResolver, org.apache.solr.client.solrj.SolrClient solrClient)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SolrCatalogInventoryServiceAutoConfiguration

      public SolrCatalogInventoryServiceAutoConfiguration()
  • Method Details

    • indexerCatalogInventoryAvailabilityService

      @ConditionalOnMissingBean @Bean public com.broadleafcommerce.search.index.catalog.service.InventoryAvailabilityService indexerCatalogInventoryAvailabilityService(@Qualifier("indexerWebClient") org.springframework.web.reactive.function.client.WebClient webClient, com.broadleafcommerce.search.index.catalog.service.autoconfigure.IndexerCatalogInventoryAvailabilityProperties inventoryAvailabilityProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.search.provider.solr.SolrCollectionResolver collectionResolver, org.apache.solr.client.solrj.SolrClient solrClient)