Uses of Class
com.broadleafcommerce.search.index.fulfillment.service.autoconfigure.OrderFulfillmentIndexerServiceProperties
Packages that use OrderFulfillmentIndexerServiceProperties
-
Uses of OrderFulfillmentIndexerServiceProperties in com.broadleafcommerce.search.index.fulfillment.service.autoconfigure
Methods in com.broadleafcommerce.search.index.fulfillment.service.autoconfigure with parameters of type OrderFulfillmentIndexerServicePropertiesModifier and TypeMethodDescriptionOrderFulfillmentService<com.broadleafcommerce.search.fulfillment.core.domain.OrderFulfillment>
OrderFulfillmentIndexerServiceAutoConfiguration.indexerOrderFulfillmentService
(org.springframework.web.reactive.function.client.WebClient webClient, OrderFulfillmentIndexerServiceProperties orderFulfillmentServiceProperties) org.springframework.web.reactive.function.client.WebClient
OrderFulfillmentIndexerServiceAutoConfiguration.orderFulfillmentIndexerWebClient
(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, OrderFulfillmentIndexerServiceProperties orderFulfillmentIndexerServiceProperties)