-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
If you don't need a client (i.e. because you're using an integration that only consumes the server implementation, or because you're using a client in a different language, etc), having to define the service and server separately is needless boilerplate.
Describe the solution you'd like
The ability to annotate server implementations directly with @Rpc
and not need a separate interface.
Describe alternatives you've considered
There aren't really alternatives, other than just living with the pain.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request