These 5 commits are when the Protocol Buffers files have changed:
Commit: | d03cf42 | |
---|---|---|
Author: | waiting | |
Committer: | Harry Chen |
feat(grpc): GRPCClients.createClient() supports multi services in one .proto file and returns void insted of T (#4159) * feat(grpc): GRPCClients.createClient() supports multi services in one .proto file, and returns void insted of T * feat(grpc): param IGRPCClientServiceOptions of createGRPCConsumer() supports optional service property * test(grpc): multiple services case * chore(grpc): lint fix * test(grpc): update (cherry picked from commit 2d39d05157c54e831bcc2657048d4fa9fd3f7dc8)
The documentation is generated from this commit.
Commit: | 2d39d05 | |
---|---|---|
Author: | waiting | |
Committer: | GitHub |
feat(grpc): GRPCClients.createClient() supports multi services in one .proto file and returns void insted of T (#4159) * feat(grpc): GRPCClients.createClient() supports multi services in one .proto file, and returns void insted of T * feat(grpc): param IGRPCClientServiceOptions of createGRPCConsumer() supports optional service property * test(grpc): multiple services case * chore(grpc): lint fix * test(grpc): update
The documentation is generated from this commit.
Commit: | 9e08c93 | |
---|---|---|
Author: | Harry Chen | |
Committer: | GitHub |
fix: multi package name in grpc client (#917)
Commit: | bd51c46 | |
---|---|---|
Author: | Harry Chen | |
Committer: | GitHub |
feat: support gRPC stream API (#855)
Commit: | d90362c | |
---|---|---|
Author: | Harry Chen | |
Committer: | GitHub |
feat: add midway gRPC framework (#786)