Uses of Interface
org.springframework.vault.client.ReactiveVaultClient.ResponseSpec
Packages that use ReactiveVaultClient.ResponseSpec
-
Uses of ReactiveVaultClient.ResponseSpec in org.springframework.vault.client
Methods in org.springframework.vault.client that return ReactiveVaultClient.ResponseSpecModifier and TypeMethodDescriptionReactiveVaultClient.ResponseSpec.onStatus(Predicate<HttpStatusCode> statusPredicate, Function<ClientResponse, Mono<? extends Throwable>> exceptionFunction) Provide a function to map specific error status codes to an error signal to be propagated downstream instead of the response.ReactiveVaultClient.RequestHeadersSpec.retrieve()Enter the retrieve workflow and use the returnedReactiveVaultClient.ResponseSpecto select from a number of built-in options to extract the response.