Uses of Interface
com.alibaba.ttl.TransmittableThreadLocal.Transmitter.Transmittee
-
Packages that use TransmittableThreadLocal.Transmitter.Transmittee Package Description com.alibaba.ttl TTL API. -
-
Uses of TransmittableThreadLocal.Transmitter.Transmittee in com.alibaba.ttl
Methods in com.alibaba.ttl with parameters of type TransmittableThreadLocal.Transmitter.Transmittee Modifier and Type Method Description static <C,B>
booleanTransmittableThreadLocal.Transmitter. registerTransmittee(TransmittableThreadLocal.Transmitter.Transmittee<C,B> transmittee)Register the transmittee(CRR), the extension point for otherThreadLocal.static <C,B>
booleanTransmittableThreadLocal.Transmitter. unregisterTransmittee(TransmittableThreadLocal.Transmitter.Transmittee<C,B> transmittee)Unregister the transmittee(CRR), the extension point for otherThreadLocal.
-