Abstract Coroutine Stub
abstract class AbstractCoroutineStub<S : AbstractCoroutineStub<S>>(channel: Channel, callOptions: CallOptions = CallOptions.DEFAULT) : AbstractStub<S>
Content copied to clipboard
A skeleton implementation of a coroutine-based client stub, suitable for extension by generated client stubs.
Constructors
Link copied to clipboard
fun AbstractCoroutineStub(channel: Channel, callOptions: CallOptions = CallOptions.DEFAULT)
Content copied to clipboard
Functions
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/1704" )
Content 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" )
Content copied to clipboard
Link copied to clipboard
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563" )
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard