Uses of Interface
org.springframework.data.elasticsearch.client.reactive.HostProvider
Packages that use HostProvider
-
Uses of HostProvider in org.springframework.data.elasticsearch.client.reactive
Classes in org.springframework.data.elasticsearch.client.reactive with type parameters of type HostProviderModifier and TypeInterfaceDescriptioninterfaceHostProvider<T extends HostProvider<T>>Infrastructure helper class aware of hosts within the cluster and the health of those allowing easy selection of active ones.Methods in org.springframework.data.elasticsearch.client.reactive that return HostProviderModifier and TypeMethodDescriptionstatic HostProvider<?>HostProvider.provider(WebClientProvider clientProvider, Supplier<HttpHeaders> headersSupplier, InetSocketAddress... endpoints) Create a newHostProviderbest suited for the givenWebClientProviderand number of hosts.Constructors in org.springframework.data.elasticsearch.client.reactive with parameters of type HostProviderModifierConstructorDescriptionDefaultReactiveElasticsearchClient(HostProvider<?> hostProvider) Create a newDefaultReactiveElasticsearchClientusing the givenHostProviderto obtain server connections.DefaultReactiveElasticsearchClient(HostProvider<?> hostProvider, RequestCreator requestCreator) Create a newDefaultReactiveElasticsearchClientusing the givenHostProviderto obtain server connections and the givenRequestCreator.