@Priority(value=1000) final class SecretKeyHealthCheck extends java.lang.Object implements HealthCheck
HealthCheck.Result
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
secretKey |
Constructor and Description |
---|
SecretKeyHealthCheck(SecretKeyPropertyReader reader) |
Modifier and Type | Method and Description |
---|---|
HealthCheck.Result |
check() |
java.lang.String |
getName() |
@Inject public SecretKeyHealthCheck(SecretKeyPropertyReader reader)
public java.lang.String getName()
getName
in interface HealthCheck
public HealthCheck.Result check()
check
in interface HealthCheck