@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.elasticsearch.client.Client.class) @ConditionalOnBean(value=org.elasticsearch.client.Client.class) @ConditionalOnEnabledHealthIndicator(value="elasticsearch") @AutoConfigureAfter(value=ElasticsearchAutoConfiguration.class) @EnableConfigurationProperties(value=ElasticsearchHealthIndicatorProperties.class) @DeprecatedSE public class ElasticSearchClientHealthContributorAutoConfiguration extends CompositeHealthContributorConfiguration<ElasticsearchHealthIndicator,org.elasticsearch.client.Client>
| コンストラクターと説明 |
|---|
ElasticSearchClientHealthContributorAutoConfiguration(ElasticsearchHealthIndicatorProperties properties) 使用すべきではありません。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected ElasticsearchHealthIndicator | createIndicator(org.elasticsearch.client.Client client) 使用すべきではありません。 |
HealthContributor | elasticsearchHealthContributor(MapSE<StringSE,org.elasticsearch.client.Client> clients) 使用すべきではありません。 |
createCompositecreateContributorcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ElasticSearchClientHealthContributorAutoConfiguration(ElasticsearchHealthIndicatorProperties properties)
@Bean @ConditionalOnMissingBean(name={"elasticsearchHealthIndicator","elasticsearchHealthContributor"}) public HealthContributor elasticsearchHealthContributor(MapSE<StringSE,org.elasticsearch.client.Client> clients)
protected ElasticsearchHealthIndicator createIndicator(org.elasticsearch.client.Client client)
AbstractCompositeHealthContributorConfiguration<HealthContributor, ElasticsearchHealthIndicator,org.elasticsearch.client.Client> の createIndicator Copyright © 2019 Pivotal Software, Inc.. All rights reserved.