Uses of Interface
com.alibaba.ttl.TransmittableThreadLocal.Transmitter.Transmittee
Packages that use TransmittableThreadLocal.Transmitter.Transmittee
- 
Uses of TransmittableThreadLocal.Transmitter.Transmittee in com.alibaba.ttl
Methods in com.alibaba.ttl with parameters of type TransmittableThreadLocal.Transmitter.TransmitteeModifier and TypeMethodDescriptionstatic <C,B> boolean TransmittableThreadLocal.Transmitter.registerTransmittee(TransmittableThreadLocal.Transmitter.Transmittee<C, B> transmittee) Register the transmittee(CRR), the extension point for otherThreadLocal.static <C,B> boolean TransmittableThreadLocal.Transmitter.unregisterTransmittee(TransmittableThreadLocal.Transmitter.Transmittee<C, B> transmittee) Unregister the transmittee(CRR), the extension point for otherThreadLocal.