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 WebClient |
ReactiveVaultClients.createWebClient(ReactiveVaultEndpointProvider endpointProvider,
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,
ClientHttpConnector httpConnector)
|
Copyright © 2016–2022 Pivotal Software, Inc.. All rights reserved.