public final class ReactiveRestClients extends Object
ReactiveRestClients consolidates set up
routines for the various drivers into a single place.| Modifier and Type | Class and Description |
|---|---|
static interface |
ReactiveRestClients.WebClientConfigurationCallback
ClientConfiguration.ClientConfigurationCallback to configure
the ReactiveElasticsearchClient with a WebClient |
| Modifier and Type | Method and Description |
|---|---|
static ReactiveElasticsearchClient |
create(ClientConfiguration clientConfiguration)
Start here to create a new client tailored to your needs.
|
static ReactiveElasticsearchClient |
create(ClientConfiguration clientConfiguration,
RequestCreator requestCreator)
Start here to create a new client tailored to your needs.
|
public static ReactiveElasticsearchClient create(ClientConfiguration clientConfiguration)
clientConfiguration - client configuration to use for building ReactiveElasticsearchClient; must not
be null.ReactiveElasticsearchClient.public static ReactiveElasticsearchClient create(ClientConfiguration clientConfiguration, RequestCreator requestCreator)
clientConfiguration - client configuration to use for building ReactiveElasticsearchClient; must not
be null.requestCreator - request creator to use in the client; must not be null.ReactiveElasticsearchClient.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.