| Class | Description |
|---|---|
| ThreadLocalProxy<T> |
Used only for static scenarios, which can be replaced after startup to avoid memory leaks.
|
| ThreadLocalSoft<T> |
Using ThreadLocal internally, there are leak pitfalls, you must use one of the following modes.
|
| TweakingContext<T> |
init - 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 © 2023. All rights reserved.