Interface SearchIntegrationPartialBuildState


public interface SearchIntegrationPartialBuildState
  • Method Details

    • closeOnFailure

      void closeOnFailure()
      Close the resources held by this object (backends, index managers, ...).

      To be called in the event of a failure that will prevent the integration from being finalized.

    • beanResolver

      BeanResolver beanResolver()
      Returns:
      The bean resolver used in the first phase of the integration.
    • finalizer

      Parameters:
      propertySource - The configuration property source, which may hold additional configuration compared to the environment passed to SearchIntegration.builder(SearchIntegrationEnvironment).
      propertyChecker - The configuration property checker tracking the given configurationPropertySource.
      Returns:
      An object allowing the finalization of the search integration.