Status.State| Modifier and Type | Method and Description |
|---|---|
static HealthStatus |
down() |
Optional<String> |
getMessage() |
Status.State |
getState() |
static HealthStatus |
up() |
HealthStatus |
withAttribute(String key,
boolean b) |
HealthStatus |
withAttribute(String key,
long value) |
HealthStatus |
withAttribute(String key,
String value) |
public static HealthStatus up()
public static HealthStatus down()
public HealthStatus withAttribute(String key, String value)
public HealthStatus withAttribute(String key, long value)
public HealthStatus withAttribute(String key, boolean b)
public Optional<String> getMessage()
getMessage in interface Statuspublic Status.State getState()
Copyright © 2016 JBoss by Red Hat. All rights reserved.