| Package | Description |
|---|---|
| io.seata.core.rpc.netty | |
| io.seata.core.rpc.processor.client | |
| io.seata.core.rpc.processor.server |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<Integer,MessageFuture> |
AbstractNettyRemoting.futures
Obtain the return result through MessageFuture blocking.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<Integer,MessageFuture> |
AbstractNettyRemoting.getFutures() |
| Constructor and Description |
|---|
ClientOnResponseProcessor(Map<Integer,MergeMessage> mergeMsgMap,
ConcurrentHashMap<Integer,MessageFuture> futures,
TransactionMessageHandler transactionMessageHandler) |
| Constructor and Description |
|---|
ServerOnResponseProcessor(TransactionMessageHandler transactionMessageHandler,
ConcurrentHashMap<Integer,MessageFuture> futures) |
Copyright © 2023 Seata. All rights reserved.