Package zipkin2

Class CheckResult


  • public final class CheckResult
    extends Object
    Answers the question: Are operations on this component likely to succeed?

    Implementations should initialize the component if necessary. It should test a remote connection, or consult a trusted source to derive the result. They should use least resources possible to establish a meaningful result, and be safe to call many times, even concurrently.

    See Also:
    OK