Class CustomerIndexerServiceAutoConfiguration
java.lang.Object
com.broadleafcommerce.search.index.customer.service.autoconfigure.CustomerIndexerServiceAutoConfiguration
@Configuration
@EnableConfigurationProperties(CustomerIndexerServiceProperties.class)
public class CustomerIndexerServiceAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.reactive.function.client.WebClient
customerIndexerWebClient
(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) indexerCustomerService
(org.springframework.web.reactive.function.client.WebClient webClient, CustomerIndexerServiceProperties customerServiceProperties)
-
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)
-