Uses of Interface
org.hibernate.search.engine.backend.spi.BackendStartContext
-
Packages that use BackendStartContext Package Description org.hibernate.search.engine.backend.spi -
-
Uses of BackendStartContext in org.hibernate.search.engine.backend.spi
Methods in org.hibernate.search.engine.backend.spi with parameters of type BackendStartContext Modifier and Type Method Description void
BackendImplementor. start(BackendStartContext context)
Start any resource necessary to operate the backend at runtime.
-