| Interface | Description |
|---|---|
| ThreadLocalProvider |
ThreadLocal without init value.
|
| Class | Description |
|---|---|
| ThreadLocalSoft<T> |
Using ThreadLocal internally, there are leak pitfalls, you must use one of the following modes.
|
| TweakingContext<T> |
default - should init before the service and called once.
|
| Exception | Description |
|---|---|
| Attention |
Pay attention to the use of method, should follow some pattern to avoid misuse.
|
| StartStageAttention |
Methods called during the startup phase, not in the service.
|
| ThreadLocalAttention |
Using ThreadLocal internally, there are leak pitfalls, you must use one of the following modes.
|
Copyright © 2024. All rights reserved.