MessageClientCall
class MessageClientCall<ReqT, RespT>(channel: MessageClientChannel, methodDescriptor: MethodDescriptor<ReqT, RespT>, coroutineScope: CoroutineScope, wearDataLayerRegistry: WearDataLayerRegistry) : ClientCall<ReqT, RespT>
Constructors
Link copied to clipboard
constructor(channel: MessageClientChannel, methodDescriptor: MethodDescriptor<ReqT, RespT>, coroutineScope: CoroutineScope, wearDataLayerRegistry: WearDataLayerRegistry)
Functions
Link copied to clipboard
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2607")
Link copied to clipboard
Link copied to clipboard