Class DefaultSecretManagerClient

java.lang.Object
io.micronaut.gcp.secretmanager.client.DefaultSecretManagerClient
All Implemented Interfaces:
SecretManagerClient

@Singleton @Requires(classes=com.google.cloud.secretmanager.v1.SecretManagerServiceClient.class) public class DefaultSecretManagerClient extends Object implements SecretManagerClient
Default implementation of SecretManagerClient.
Since:
3.4.0
Author:
Vinicius Carvalho