Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文档中说明关键方法/回调方法,在什么时候调用/有什么作用,方便用户了解TTL整体流程 #55

Closed
Tracked by #21
oldratlee opened this issue Dec 13, 2015 · 1 comment
Assignees
Milestone

Comments

@oldratlee
Copy link
Member

oldratlee commented Dec 13, 2015

关键方法/回调方法 包含:

  1. java.lang.ThreadLocal#initialValue
  2. java.lang.InheritableThreadLocal#childValue
  3. com.alibaba.ttl.TransmittableThreadLocal#copy
  4. com.alibaba.ttl.TransmittableThreadLocal#beforeExecute
  5. com.alibaba.ttl.TransmittableThreadLocal#afterExecute

可以在时序图中,直接补充说明,是设计的一部分 #21

@oldratlee oldratlee changed the title 文档中说明关键方法/回调方法,在什么时候调用,方便用户了解整体流程 文档中说明关键方法/回调方法,在什么时候调用/有什么作用,方便用户了解MTC整体流程 Dec 13, 2015
@oldratlee oldratlee modified the milestone: 2.0.0 Feb 14, 2016
@oldratlee oldratlee self-assigned this Feb 14, 2016
oldratlee added a commit that referenced this issue Feb 15, 2016
oldratlee added a commit that referenced this issue Feb 15, 2016
@oldratlee
Copy link
Member Author

更新了 时序图,配合 JavaAPI Doc的说明 , 可以有完整的说明。

PS: 更好的话,可以在文档中说明各个方法的功能,省得用户去查看JavaAPI Doc。

@oldratlee oldratlee changed the title 文档中说明关键方法/回调方法,在什么时候调用/有什么作用,方便用户了解MTC整体流程 文档中说明关键方法/回调方法,在什么时候调用/有什么作用,方便用户了解TTL整体流程 May 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant