We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
capture() --captured--> replay() --backup--> restore() | clear() --/
capture/replay/clear/restore method in Transmitter is not type-safe(use generic type Object).
capture
replay
clear
restore
Transmitter
Object
transmittable-thread-local/src/main/java/com/alibaba/ttl/TransmittableThreadLocal.java
Lines 362 to 370 in 2a7667a
The text was updated successfully, but these errors were encountered:
implemented in v3(developing)
Sorry, something went wrong.
oldratlee
No branches or pull requests
capture
/replay
/clear
/restore
method inTransmitter
is not type-safe(use generic typeObject
).transmittable-thread-local/src/main/java/com/alibaba/ttl/TransmittableThreadLocal.java
Lines 362 to 370 in 2a7667a
improve the type safety of transmitter
replay
should be constricted to the output ofcapture
.restore
should be constricted to the output ofreplay
/clear
.The text was updated successfully, but these errors were encountered: