Uses of Class
io.dapr.client.domain.GetSecretRequest
Package | Description |
---|---|
io.dapr.client | |
io.dapr.client.domain |
-
Uses of GetSecretRequest in io.dapr.client
Methods in io.dapr.client with parameters of type GetSecretRequest Modifier and Type Method Description reactor.core.publisher.Mono<Response<Map<String,String>>>
DaprClient. getSecret(GetSecretRequest request)
Fetches a secret from the configured vault.reactor.core.publisher.Mono<Response<Map<String,String>>>
DaprClientGrpc. getSecret(GetSecretRequest request)
Fetches a secret from the configured vault.reactor.core.publisher.Mono<Response<Map<String,String>>>
DaprClientHttp. getSecret(GetSecretRequest request)
Fetches a secret from the configured vault. -
Uses of GetSecretRequest in io.dapr.client.domain
Methods in io.dapr.client.domain that return GetSecretRequest Modifier and Type Method Description GetSecretRequest
GetSecretRequestBuilder. build()
Builds a request object.