Class CatalogInventoryIndexerServiceAutoConfiguration

java.lang.Object
com.broadleafcommerce.search.index.catalog.service.autoconfigure.CatalogInventoryIndexerServiceAutoConfiguration

@Configuration @EnableConfigurationProperties(IndexerCatalogInventoryAvailabilityProperties.class) public class CatalogInventoryIndexerServiceAutoConfiguration extends Object
  • Constructor Details

    • CatalogInventoryIndexerServiceAutoConfiguration

      public CatalogInventoryIndexerServiceAutoConfiguration()
  • Method Details

    • indexerCatalogInventoryAvailabilityService

      @ConditionalOnMissingBean @Bean public InventoryAvailabilityService indexerCatalogInventoryAvailabilityService(@Qualifier("indexerWebClient") org.springframework.web.reactive.function.client.WebClient webClient, IndexerCatalogInventoryAvailabilityProperties inventoryAvailabilityProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)