public static interface ProximityClient.Introspector
Modifier and Type | Interface and Description |
---|---|
static class |
ProximityClient.Introspector.Indicator |
static class |
ProximityClient.Introspector.ProblemSeverity |
Modifier and Type | Method and Description |
---|---|
ProximityClient.InnerClient |
getClient() |
Map<String,ProximityClient.Introspector.Indicator> |
getPossibleProblems() |
Map<String,List<Coordinate>> |
getSamplePoints() |
Map<String,List<Coordinate>> getSamplePoints()
ProximityClient.testPoint(double, double)
.Map<String,ProximityClient.Introspector.Indicator> getPossibleProblems()
ProximityClient.Introspector.ProblemSeverity.OK
is used to signal "no problem", and is included only so that there is a string available
to show in (for example) some dashboard display, if you like to see green lights.ProximityClient.InnerClient getClient()