Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要带有 Wire 的服务 gRPC 流并且需要在客户端上使用 Flow,但executeBlocking()不提供通过 Flow 返回的方法,需要通过flow发射实现手册吗?
executeBlocking()
flow
我想你想使用execute, 而不是executeBlocking()找到一些方法来转换Channels成Flows? 或者只是从blockingGet值开始一个新的流程?
execute
Channels
Flows
flow { emit(value) }