| Package | Description |
|---|---|
| org.springframework.vault.client |
Spring Vault Client abstraction.
|
| org.springframework.vault.config |
Spring configuration for Vault.
|
| Modifier and Type | Method and Description |
|---|---|
static ReactiveVaultEndpointProvider |
ReactiveVaultClients.wrap(VaultEndpointProvider endpointProvider)
Wrap a
VaultEndpointProvider into a ReactiveVaultEndpointProvider
to invoke VaultEndpointProvider.getVaultEndpoint() on a dedicated
scheduler. |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.web.reactive.function.client.WebClient |
ReactiveVaultClients.createWebClient(ReactiveVaultEndpointProvider endpointProvider,
org.springframework.http.client.reactive.ClientHttpConnector connector)
|
WebClientBuilder |
WebClientBuilder.endpointProvider(ReactiveVaultEndpointProvider provider)
Set the
ReactiveVaultEndpointProvider that should be used with the
WebClient. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveVaultEndpointProvider |
AbstractReactiveVaultConfiguration.reactiveVaultEndpointProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected WebClientBuilder |
AbstractReactiveVaultConfiguration.webClientBuilder(ReactiveVaultEndpointProvider endpointProvider,
org.springframework.http.client.reactive.ClientHttpConnector httpConnector)
|
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.