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 aVaultEndpointProviderinto aReactiveVaultEndpointProviderto invokeVaultEndpointProvider.getVaultEndpoint()on a dedicatedscheduler.Methods in org.springframework.vault.client with parameters of type ReactiveVaultEndpointProviderModifier and TypeMethodDescriptionstatic WebClientReactiveVaultClients.createWebClient(ReactiveVaultEndpointProvider endpointProvider, ClientHttpConnector connector) WebClientBuilder.endpointProvider(ReactiveVaultEndpointProvider provider) Set theReactiveVaultEndpointProviderthat 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 WebClientBuilderAbstractReactiveVaultConfiguration.webClientBuilder(ReactiveVaultEndpointProvider endpointProvider, ClientHttpConnector httpConnector)