public interface SearchIntegrationPartialBuildState
| Modifier and Type | Method and Description |
|---|---|
void |
closeOnFailure()
Close the resources held by this object (backends, index managers, ...).
|
SearchIntegrationFinalizer |
finalizer(ConfigurationPropertySource propertySource,
ConfigurationPropertyChecker propertyChecker) |
void closeOnFailure()
To be called in the event of a failure that will prevent the integration from being finalized.
SearchIntegrationFinalizer finalizer(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)
propertySource - The configuration property source,
which may hold additional configuration compared to the one passed to
SearchIntegration.builder(ConfigurationPropertySource, ConfigurationPropertyChecker).propertyChecker - The configuration property checker
tracking the given configurationPropertySource.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.