@Deprecated public interface ClientMessageSender
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
sendMsgWithResponse(Object msg)
已过时。
Send msg with response object.
|
Object |
sendMsgWithResponse(Object msg,
long timeout)
已过时。
Send msg with response object.
|
Object |
sendMsgWithResponse(String serverAddress,
Object msg,
long timeout)
已过时。
Send msg with response object.
|
void |
sendResponse(RpcMessage request,
String serverAddress,
Object msg)
已过时。
Send response.
|
Object sendMsgWithResponse(Object msg, long timeout) throws TimeoutException
msg - the msgtimeout - the timeoutTimeoutException - the timeout exceptionObject sendMsgWithResponse(String serverAddress, Object msg, long timeout) throws TimeoutException
serverAddress - the server addressmsg - the msgtimeout - the timeoutTimeoutException - the timeout exceptionObject sendMsgWithResponse(Object msg) throws TimeoutException
msg - the msgTimeoutException - the timeout exceptionvoid sendResponse(RpcMessage request, String serverAddress, Object msg)
request - the msg idserverAddress - the server addressmsg - the msgCopyright © 2022 Seata. All rights reserved.