GitHub user amosnothing closed a discussion: Java 泛化调用 dubbo-go
Java 泛化调用 dubbo-go ,dubbo go 为可变形参
举例:
```go
type HelloService interface {
Hello(ctx context.Context, req *model.HelloReq) (*model.HelloResp,
error)
MultiArgs(ctx context.Context, args ...string) (*model.HelloResp, error)
}
```
当 Java 客户端使用非泛化调用的时候,multiArgs 便是 Java 多方法重载,字符串可以传递 1~n 个,但是 Java
客户端使用非泛化调用的时候,该怎么传参?
GitHub link: https://github.com/apache/dubbo-go/discussions/2804
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]