Interface ReactiveVaultClient


public interface ReactiveVaultClient
Client to perform Vault HTTP requests, exposing a fluent, reactive API over underlying WebClient.

Use static factory methods create(), create(String), or builder() to prepare an instance. To use the same configuration as a WebClient, use builder(WebClient).

ReactiveVaultClient is intended to be used with relative paths requiring a VaultEndpoint to be configured. Without an endpoint, callers must provide the absolute URL for each request.

For examples with a response body see:

For examples with a request body see:

Since:
4.1
Author:
Mark Paluch