Uses of Class
zipkin2.CheckResult
-
Packages that use CheckResult Package Description zipkin2 zipkin2.storage -
-
Uses of CheckResult in zipkin2
Fields in zipkin2 declared as CheckResult Modifier and Type Field Description static CheckResultCheckResult. OKMethods in zipkin2 that return CheckResult Modifier and Type Method Description CheckResultComponent. check()Answers the question: Are operations on this component likely to succeed?static CheckResultCheckResult. failed(Throwable error) -
Uses of CheckResult in zipkin2.storage
Methods in zipkin2.storage that return CheckResult Modifier and Type Method Description CheckResultForwardingStorageComponent. check()
-