Support unary Future and Blocking service implementations
未关闭
enhancement
- 主要语言
- Java
- 星标
- 12.1k
- 派生
- 4k
- 平均合并
- 2 天 17 小时
- 30 天内合并 PR
- 37
描述
Since we are now requiring all implementations to extend our base classes we can add streaming options later without breaking anyone (with the interfaces it would have). Even though we have server-streaming for blocking we may want to not support it yet on server-side.
This has a benefit for testing since blocking/future is much easier to mock with mocking frameworks than the async interface.
贡献指南
评估
这个 Issue 还没有评估数据。