AbstractCoroutineStub

abstract class AbstractCoroutineStub<S : AbstractCoroutineStub<S>>(channel: Channel, callOptions: CallOptions = CallOptions.DEFAULT) : AbstractStub<S> (source)

A skeleton implementation of a coroutine-based client stub, suitable for extension by generated client stubs.

Constructors

Link copied to clipboard
constructor(channel: Channel, callOptions: CallOptions = CallOptions.DEFAULT)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
fun withMaxInboundMessageSize(p0: Int): S
Link copied to clipboard
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
fun withMaxOutboundMessageSize(p0: Int): S
Link copied to clipboard
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/1869")
fun <T : Any> withOption(p0: CallOptions.Key<T>, p1: T): S
Link copied to clipboard