Callback

interface Callback<S : Any, R : Any>

Functions

Link copied to clipboard
abstract fun onFailure(call: GrpcCall<S, R>, exception: IOException)
Link copied to clipboard
abstract fun onSuccess(call: GrpcCall<S, R>, response: R)