Interface MappingPreStopContext


  • public interface MappingPreStopContext
    A pre-stop context for mappings.
    • Method Detail

      • failureCollector

        ContextualFailureCollector failureCollector()
        A collector of (non-fatal) failures, allowing notification of Hibernate Search that something went wrong and an exception should be thrown at some point, while still continuing the shutdown process.
        Returns:
        A failure collector.