Uses of Package
com.github.phantomthief.scope
-
Classes in com.github.phantomthief.scope used by com.github.phantomthief.scopeClassDescription当请求结束时,调用
LongCostTrack.close()关闭追踪自定义Scope,支持如下功能: 开启一个自定义的Scope,在Scope范围内,可以通过Scope各个方法读写数据 可以通过Scope.supplyWithExistScope(com.github.phantomthief.scope.Scope, com.github.phantomthief.util.ThrowableSupplier<T, X>)或者Scope.runWithExistScope(com.github.phantomthief.scope.Scope, com.github.phantomthief.util.ThrowableRunnable<X>)绑定已经存在的scope 举个栗子:支持Scope级联,并且支持单次调用独立设置超时的异步重试封装强类型数据读写的封装