Uses of Interface
org.hibernate.search.mapper.orm.work.SearchIndexingPlanExecutionReport
-
Packages that use SearchIndexingPlanExecutionReport Package Description org.hibernate.search.mapper.orm.automaticindexing.session -
-
Uses of SearchIndexingPlanExecutionReport in org.hibernate.search.mapper.orm.automaticindexing.session
Method parameters in org.hibernate.search.mapper.orm.automaticindexing.session with type arguments of type SearchIndexingPlanExecutionReport Modifier and Type Method Description void
AutomaticIndexingSynchronizationConfigurationContext. indexingFutureHandler(Consumer<CompletableFuture<SearchIndexingPlanExecutionReport>> handler)
Set the handler for the (asynchronous) indexing future.
-