public interface Client
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ensureConnected()
Ensure connected.
|
void |
init()
Init.
|
Object |
invokeSync(Object request)
Invoke sync object.
|
boolean |
isConnected()
Is connected boolean.
|
void init()
boolean isConnected()
void ensureConnected()
throws InterruptedException
InterruptedException - the interrupted exceptionObject invokeSync(Object request) throws com.alipay.remoting.exception.RemotingException, InterruptedException
request - the requestcom.alipay.remoting.exception.RemotingException - the remoting exceptionInterruptedException - the interrupted exceptionCopyright © 2023 The Ant Financial. All rights reserved.