wire-grpc-client
Toggle table of contents
6.0.0-alpha03-0.5.0-12
common
Target filter
common
Switch theme
Search in API
Skip to content
wire-grpc-client
wire-grpc-client
/
com.squareup.wire
/
GrpcCall
/
Callback
Callback
interface
Callback
<
S
:
Any
,
R
:
Any
>
Members
Functions
on
Failure
Link copied to clipboard
abstract
fun
onFailure
(
call
:
GrpcCall
<
S
,
R
>
,
exception
:
IOException
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
call
:
GrpcCall
<
S
,
R
>
,
response
:
R
)