Uses of Interface
org.springframework.vault.client.ReactiveVaultEndpointProvider
Package
Description
Spring Vault Client abstraction.
Spring configuration for Vault.
-
Uses of ReactiveVaultEndpointProvider in org.springframework.vault.client
Modifier and TypeMethodDescriptionReactiveVaultClients.wrap
(VaultEndpointProvider endpointProvider) Wrap aVaultEndpointProvider
into aReactiveVaultEndpointProvider
to invokeVaultEndpointProvider.getVaultEndpoint()
on a dedicatedscheduler
.Modifier and TypeMethodDescriptionstatic WebClient
ReactiveVaultClients.createWebClient
(ReactiveVaultEndpointProvider endpointProvider, ClientHttpConnector connector) WebClientBuilder.endpointProvider
(ReactiveVaultEndpointProvider provider) Set theReactiveVaultEndpointProvider
that should be used with theWebClient
. -
Uses of ReactiveVaultEndpointProvider in org.springframework.vault.config
Modifier and TypeMethodDescriptionAbstractReactiveVaultConfiguration.reactiveVaultEndpointProvider()
Modifier and TypeMethodDescriptionprotected WebClientBuilder
AbstractReactiveVaultConfiguration.webClientBuilder
(ReactiveVaultEndpointProvider endpointProvider, ClientHttpConnector httpConnector)