Skip to content

feat: Expose RPC metadata on service methods#2286

Merged
dcodeIO merged 1 commit into
masterfrom
patch/rpc-properties
May 29, 2026
Merged

feat: Expose RPC metadata on service methods#2286
dcodeIO merged 1 commit into
masterfrom
patch/rpc-properties

Conversation

@dcodeIO

@dcodeIO dcodeIO commented May 26, 2026

Copy link
Copy Markdown
Member

Adds RPC method metadata (name, path, requestType, responseType, requestStream, responseStream) to reflected and generated static service methods. In particular, path is useful when implementing gRPC-style RPC transports.

Fixes #2045

@dcodeIO dcodeIO requested a review from alexander-fenster May 26, 2026 08:51
@dcodeIO dcodeIO merged commit 711a279 into master May 29, 2026
5 checks passed
@github-actions github-actions Bot mentioned this pull request May 29, 2026
@dcodeIO dcodeIO deleted the patch/rpc-properties branch May 30, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Where to access Method or rpc.ServiceMethod for creating an rpcImpl ?

2 participants