bidi Stream
fun <Req, Res> bidiStream( method: MethodDescriptor<Req, Res>, streamName: String, clazz: Class<Req>): BidiStream<Req, Res>
Content copied to clipboard
inline fun <Req, Res> bidiStream(method: MethodDescriptor<Req, Res>, streamName: String): BidiStream<Req, Res>
Content copied to clipboard