Package io.quarkus.vault.runtime.health
Class VaultHealthCheck
- java.lang.Object
-
- io.quarkus.vault.runtime.health.VaultHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness @Singleton public class VaultHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
-
-
Field Summary
Fields Modifier and Type Field Description (package private) VaultSystemBackendEnginevaultSystemBackendEngine
-
Constructor Summary
Constructors Constructor Description VaultHealthCheck()
-
-
-
Field Detail
-
vaultSystemBackendEngine
@Inject VaultSystemBackendEngine vaultSystemBackendEngine
-
-