public class DefaultAsyncTraceFactory<V> extends Object implements AsyncTraceFactory<V>
public Runnable getRunnable(Runnable runnable)
getRunnable 在接口中 AsyncTraceFactory<V>public Callable<V> getCallable(Callable<V> callable)
getCallable 在接口中 AsyncTraceFactory<V>public String currentTraceId()
currentTraceId 在接口中 AsyncTraceFactory<V>Copyright © 2022 hellothomas. All rights reserved.