public static interface HealthCheck.Registration
| Modifier and Type | Method and Description |
|---|---|
static HealthCheck.Registration |
from(String[] path,
HealthCheck check) |
static HealthCheck.Registration |
from(String path,
HealthCheck check) |
HealthCheck |
getCheck() |
String[] |
getPath() |
String[] getPath()
HealthCheck getCheck()
static HealthCheck.Registration from(String path, HealthCheck check)
static HealthCheck.Registration from(String[] path, HealthCheck check)
Copyright © 2020 SPF4J. All rights reserved.