Uses of Interface
org.springframework.vault.client.ReactiveVaultEndpointProvider
Packages that use ReactiveVaultEndpointProvider
Package
Description
Spring Vault Client abstraction.
Spring configuration for Vault.
-
Uses of ReactiveVaultEndpointProvider in org.springframework.vault.client
Methods in org.springframework.vault.client that return ReactiveVaultEndpointProviderModifier and TypeMethodDescriptionReactiveVaultClients.wrap
(VaultEndpointProvider endpointProvider) Wrap aVaultEndpointProvider
into aReactiveVaultEndpointProvider
to invokeVaultEndpointProvider.getVaultEndpoint()
on a dedicatedscheduler
.Methods in org.springframework.vault.client with parameters of type ReactiveVaultEndpointProviderModifier 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
Methods in org.springframework.vault.config that return ReactiveVaultEndpointProviderModifier and TypeMethodDescriptionAbstractReactiveVaultConfiguration.reactiveVaultEndpointProvider()
Methods in org.springframework.vault.config with parameters of type ReactiveVaultEndpointProviderModifier and TypeMethodDescriptionprotected WebClientBuilder
AbstractReactiveVaultConfiguration.webClientBuilder
(ReactiveVaultEndpointProvider endpointProvider, ClientHttpConnector httpConnector)