public interface MessageCallbackExecutor
PerDataTypeSingleThreadExecutor by default.| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(Runnable callback,
SocketCommon.DataType dataType,
String symbol)
Execute a callback.
|
void |
shutdown()
Gracefully shut down underlying resources.
|
void |
shutdownNow()
Immediately shut down underlying resources.
|
void execute(Runnable callback, SocketCommon.DataType dataType, String symbol)
callback - the task to rundataType - the data type of the messagesymbol - quote symbol, may be nullvoid shutdown()
void shutdownNow()
Copyright © 2025. All rights reserved.