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