Uses of Interface
org.hibernate.search.mapper.pojo.work.SearchIndexingPlanExecutionReport
Packages that use SearchIndexingPlanExecutionReport
-
Uses of SearchIndexingPlanExecutionReport in org.hibernate.search.mapper.pojo.work
Method parameters in org.hibernate.search.mapper.pojo.work with type arguments of type SearchIndexingPlanExecutionReportModifier and TypeMethodDescriptionvoidIndexingPlanSynchronizationStrategyConfigurationContext.indexingFutureHandler(Consumer<? super CompletableFuture<? extends SearchIndexingPlanExecutionReport>> handler) Set the handler for the (asynchronous) indexing future. -
Uses of SearchIndexingPlanExecutionReport in org.hibernate.search.mapper.pojo.work.spi
Method parameters in org.hibernate.search.mapper.pojo.work.spi with type arguments of type SearchIndexingPlanExecutionReportModifier and TypeMethodDescriptionvoidConfiguredIndexingPlanSynchronizationStrategy.Builder.indexingFutureHandler(Consumer<? super CompletableFuture<? extends SearchIndexingPlanExecutionReport>> handler)