Volcannozzz edited a comment on pull request #2154:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/2154#issuecomment-789019087
Sorry, maybe we can got the answer from line 86, 125, 544 in
`RestClientInvocation.java`.
so:
```java
InvokerUtils.reactiveInvoke("pojo", "InvokerEndpoint", "model", args,
ClientModel.class, response -> {
if (response.isFailed()) {
// do something
}
});
```
Is this okay?
@liubao68 @liuguangrong
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]