Interface MappingPreStopContext


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

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.