Class CatalogIndexerServiceAutoConfiguration.InterlinkConfig

java.lang.Object
com.broadleafcommerce.search.index.catalog.service.autoconfigure.CatalogIndexerServiceAutoConfiguration.InterlinkConfig
Enclosing class:
CatalogIndexerServiceAutoConfiguration

@Configuration @ConditionalOnClass(name="com.broadleafcommerce.catalog.web.endpoint.ProductEndpoint") public static class CatalogIndexerServiceAutoConfiguration.InterlinkConfig extends Object
Set up Interlink reflection for catalog indexing (if applicable). This really only applies when CatalogServices is co-located in the same flexpackage as the indexer module.
  • Constructor Details

    • InterlinkConfig

      public InterlinkConfig()
  • Method Details

    • indexProductFetchReflectionInfo

      @Bean @ConditionalOnMissingBean(name="indexProductFetchReflectionInfo") public com.broadleafcommerce.data.tracking.core.interlink.InterlinkReflectionInfo indexProductFetchReflectionInfo()
    • indexProductIdFetchReflectionInfo

      @Bean @ConditionalOnMissingBean(name="indexProductIdFetchReflectionInfo") public com.broadleafcommerce.data.tracking.core.interlink.InterlinkReflectionInfo indexProductIdFetchReflectionInfo()
    • productConsolidationRequest

      @Bean @ConditionalOnMissingBean(name="productConsolidationRequest") public Object productConsolidationRequest()