Giriş
Açıklaması şöyle
Şöyle yaparız.
Açıklaması şöyle
ÖrnekThis class extends ThreadLocal to provide inheritance of values from parent thread to child thread: when a child thread is created, the child receives initial values for all inheritable thread-local variables for which the parent has values.
Şöyle yaparız.
@Service
class A{
private InheritableThreadLocal<Student> student;
}
Hiç yorum yok:
Yorum Gönder