public interface RestClient
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
close the channel.
|
void |
close(int timeout)
Graceful close the channel.
|
boolean |
isClosed()
is closed.
|
CompletableFuture<RestResult> |
send(RequestTemplate message)
send message.
|
CompletableFuture<RestResult> send(RequestTemplate message)
message - org.apache.dubbo.remoting.RemotingExceptionvoid close()
void close(int timeout)
boolean isClosed()
Copyright © 2024 The Apache Software Foundation. All rights reserved.