| 接口 | 说明 |
|---|---|
| MessageCallbackExecutor |
Abstraction for dispatching decoded socket callbacks.
|
| 类 | 说明 |
|---|---|
| CurrentThreadExecutor |
Executes callbacks directly on the calling (Netty I/O) thread, ensuring ordering while
avoiding extra scheduling overhead.
|
| PerDataTypeSingleThreadExecutor |
Default executor used by the SDK: each
SocketCommon.DataType owns its own single-thread queue
so callbacks of the same type are processed sequentially while different types do not block
one another. |
| PerDataTypeSymbolHashExecutor |
Executor implementation that keeps independent queues per
SocketCommon.DataType and, for quote-related
types, routes callbacks to single-thread workers chosen by symbol hash. |
Copyright © 2025. All rights reserved.