Uses of Interface
org.hibernate.search.mapper.orm.coordination.common.spi.CoordinationStrategyPreStopContext
-
-
Uses of CoordinationStrategyPreStopContext in org.hibernate.search.mapper.orm.coordination.common.spi
Methods in org.hibernate.search.mapper.orm.coordination.common.spi with parameters of type CoordinationStrategyPreStopContext Modifier and Type Method Description CompletableFuture<?>CoordinationStrategy. preStop(CoordinationStrategyPreStopContext context)Prepares forCoordinationStrategy.stop(), executing any operations that need to be executed before shutdown. -
Uses of CoordinationStrategyPreStopContext in org.hibernate.search.mapper.orm.coordination.impl
Methods in org.hibernate.search.mapper.orm.coordination.impl with parameters of type CoordinationStrategyPreStopContext Modifier and Type Method Description CompletableFuture<?>NoCoordinationStrategy. preStop(CoordinationStrategyPreStopContext context) -
Uses of CoordinationStrategyPreStopContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement CoordinationStrategyPreStopContext Modifier and Type Class Description classCoordinationStrategyPreStopContextImpl
-