Interface SearchIntegrationPartialBuildState
-
public interface SearchIntegrationPartialBuildState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanResolverbeanResolver()voidcloseOnFailure()Close the resources held by this object (backends, index managers, ...).SearchIntegrationFinalizerfinalizer(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)
-
-
-
Method Detail
-
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.
-
-