Interface SearchIntegrationPartialBuildState
public interface SearchIntegrationPartialBuildState
-
Method Summary
Modifier and TypeMethodDescriptionvoidClose the resources held by this object (backends, index managers, ...).finalizer(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)
-
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
SearchIntegrationFinalizer finalizer(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker) - Parameters:
propertySource- The configuration property source, which may hold additional configuration compared to the environment passed toSearchIntegration.builder(SearchIntegrationEnvironment).propertyChecker- The configuration property checker tracking the givenconfigurationPropertySource.- Returns:
- An object allowing the finalization of the search integration.
-