Uses of Interface
com.broadleafcommerce.search.index.core.service.IndexerTenantService
Packages that use IndexerTenantService
Package
Description
-
Uses of IndexerTenantService in com.broadleafcommerce.search.index.core.messaging.autoconfigure
Methods in com.broadleafcommerce.search.index.core.messaging.autoconfigure with parameters of type IndexerTenantServiceModifier and TypeMethodDescriptionIndexerMessagingAutoConfiguration.indexerTenantPersistenceHandler
(IndexerTenantService tenantService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of IndexerTenantService in com.broadleafcommerce.search.index.core.messaging.handler
Methods in com.broadleafcommerce.search.index.core.messaging.handler that return IndexerTenantServiceModifier and TypeMethodDescriptionprotected IndexerTenantService
TenantPersistenceHandler.getTenantService()
Constructors in com.broadleafcommerce.search.index.core.messaging.handler with parameters of type IndexerTenantServiceModifierConstructorDescriptionTenantPersistenceHandler
(IndexerTenantService tenantService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of IndexerTenantService in com.broadleafcommerce.search.index.core.service
Classes in com.broadleafcommerce.search.index.core.service that implement IndexerTenantService -
Uses of IndexerTenantService in com.broadleafcommerce.search.index.core.service.autoconfigure
Methods in com.broadleafcommerce.search.index.core.service.autoconfigure that return IndexerTenantServiceModifier and TypeMethodDescriptionIndexerCoreServiceAutoConfiguration.indexerTenantService
(org.springframework.web.reactive.function.client.WebClient webClient, IndexerProperties indexerProperties)