wire-grpc-client
Toggle table of contents
6.0.0-alpha03-0.5.0-12
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
wire-grpc-client
wire-grpc-client
/
com.squareup.wire
/
GrpcServerStreamingCall
Grpc
Server
Streaming
Call
jvm
@
JvmName
(
name
=
"grpcServerStreamingCall"
)
fun
<
S
:
Any
,
R
:
Any
>
GrpcServerStreamingCall
(
function
:
suspend
SendChannel
<
R
>
.
(
S
)
->
Unit
)
:
GrpcServerStreamingCall
<
S
,
R
>