Uses of Enum Class
org.springframework.data.elasticsearch.client.reactive.HostProvider.Verification
Packages that use HostProvider.Verification
-
Uses of HostProvider.Verification in org.springframework.data.elasticsearch.client.reactive
Methods in org.springframework.data.elasticsearch.client.reactive that return HostProvider.VerificationModifier and TypeMethodDescriptionstatic HostProvider.VerificationReturns the enum constant of this class with the specified name.static HostProvider.Verification[]HostProvider.Verification.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.client.reactive with parameters of type HostProvider.VerificationModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<WebClient>HostProvider.getActive(HostProvider.Verification verification) Get theWebClientconnecting to an active host.default reactor.core.publisher.Mono<WebClient>HostProvider.getWebClient(HostProvider.Verification verification) Get theWebClientconnecting to an active host.reactor.core.publisher.Mono<InetSocketAddress>HostProvider.lookupActiveHost(HostProvider.Verification verification) Lookup an active host in using the givenHostProvider.Verification.