public class StatusHelper extends Object
| Constructor and Description |
|---|
StatusHelper() |
| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
from(String name,
AsyncResult<?> ar) |
static boolean |
isUp(Future<JsonObject> json) |
static boolean |
isUp(JsonObject json) |
static JsonObject |
onError(String name,
ProcedureException e) |
public static JsonObject from(String name, AsyncResult<?> ar)
public static JsonObject onError(String name, ProcedureException e)
public static boolean isUp(Future<JsonObject> json)
public static boolean isUp(JsonObject json)
Copyright © 2020. All rights reserved.