Constructors
Functions
Link copied to clipboard
inline fun <Req, Res> bidiStream(method: MethodDescriptor<Req, Res>, streamName: String): BidiStream<Req, Res>
Content copied to clipboard
Link copied to clipboard
inline fun <Req, Res> clientStream(method: MethodDescriptor<Req, Res>, streamName: String): ClientStream<Req, Res>
Content copied to clipboard
Link copied to clipboard
fun <Req, Res> serverStream(method: MethodDescriptor<Req, Res>, streamName: String): ServerStream<Req, Res>
Content copied to clipboard