- 所有已实现的接口:
- Callable<T>
public class SofaTracerCallable<T>
extends Object
implements Callable<T>
Callable that passes Span between threads. The Span name is
taken either from the passed value or from the interface.
- 版本:
- $Id: Callable.java, v 0.1 2017年06月19日 下午5:52 luoguimu123 Exp $
- 作者:
- luoguimu123