Uses of Interface
org.hibernate.search.mapper.orm.coordination.common.spi.CoordinationStrategyStartContext
-
-
Uses of CoordinationStrategyStartContext in org.hibernate.search.mapper.orm.coordination.common.spi
Methods in org.hibernate.search.mapper.orm.coordination.common.spi with parameters of type CoordinationStrategyStartContext Modifier and Type Method Description CompletableFuture<?>CoordinationStrategy. start(CoordinationStrategyStartContext context)Configures this strategy and starts processing events in the background. -
Uses of CoordinationStrategyStartContext in org.hibernate.search.mapper.orm.coordination.impl
Methods in org.hibernate.search.mapper.orm.coordination.impl with parameters of type CoordinationStrategyStartContext Modifier and Type Method Description CompletableFuture<?>NoCoordinationStrategy. start(CoordinationStrategyStartContext context) -
Uses of CoordinationStrategyStartContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement CoordinationStrategyStartContext Modifier and Type Class Description classCoordinationStrategyStartContextImpl
-