wire-grpc-client
Toggle table of contents
6.0.0-alpha03-0.0.1-rc1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
wire-grpc-client
wire-grpc-client
/
com.squareup.wire
/
GrpcClientStreamingCall
Grpc
Client
Streaming
Call
jvm
@
JvmName
(
name
=
"grpcClientStreamingCall"
)
fun
<
S
:
Any
,
R
:
Any
>
GrpcClientStreamingCall
(
function
:
suspend
ReceiveChannel
<
S
>
.
(
)
->
R
)
:
GrpcClientStreamingCall
<
S
,
R
>