public abstract class Internal extends Object
brave to use non-public methods. This allows
us access internal methods while also making obvious the hooks are not for public use. The only
implementation of this interface is in Tracer.
Originally designed by OkHttp team, derived from okhttp3.internal.Internal
| Constructor | Description |
|---|---|
Internal() |
public static Internal instance
@Nullable public abstract Long timestamp(Tracer tracer, TraceContext context)
Copyright © 2017 OpenZipkin. All rights reserved.