Uses of Interface
org.hibernate.search.engine.mapper.mapping.spi.MappingPreStopContext
-
Packages that use MappingPreStopContext Package Description org.hibernate.search.engine.mapper.mapping.spi -
-
Uses of MappingPreStopContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type MappingPreStopContext Modifier and Type Method Description CompletableFuture<?>MappingImplementor. preStop(MappingPreStopContext context)Prepare forMappingImplementor.stop(), executing any operations that needs to be executed before shutdown.
-