Class CustomerIndexerServiceAutoConfiguration

java.lang.Object
com.broadleafcommerce.search.index.customer.service.autoconfigure.CustomerIndexerServiceAutoConfiguration

@Configuration @EnableConfigurationProperties(CustomerIndexerServiceProperties.class) public class CustomerIndexerServiceAutoConfiguration extends Object
  • Constructor Details

    • CustomerIndexerServiceAutoConfiguration

      public CustomerIndexerServiceAutoConfiguration()
  • Method Details

    • customerIndexerWebClient

      @Bean @ConditionalOnMissingBean(name="customerIndexerWebClient") public org.springframework.web.reactive.function.client.WebClient customerIndexerWebClient(@Qualifier("oAuth2FilterFunctionSupplier") Supplier<org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction> oauth2FilterSupplier, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.search.index.core.service.autoconfigure.SSLVerificationProperties sslVerificationProperties, CustomerIndexerServiceProperties customerIndexerServiceProperties) throws SSLException
      Throws:
      SSLException
    • indexerCustomerService

      @Bean @ConditionalOnMissingBean public CustomerService indexerCustomerService(@Qualifier("customerIndexerWebClient") org.springframework.web.reactive.function.client.WebClient webClient, CustomerIndexerServiceProperties customerServiceProperties)