Abstract Coroutine Stub
abstract class AbstractCoroutineStub<S : AbstractCoroutineStub<S>>(channel: Channel, callOptions: CallOptions) : AbstractStub<S>
Content copied to clipboard
A skeleton implementation of a coroutine-based client stub, suitable for extension by generated client stubs.
Constructors
AbstractCoroutineStub
Link copied to clipboard
fun AbstractCoroutineStub(channel: Channel, callOptions: CallOptions = CallOptions.DEFAULT)
Content copied to clipboard
Functions
build
Link copied to clipboard
getCallOptions
Link copied to clipboard
getChannel
Link copied to clipboard
withCallCredentials
Link copied to clipboard
withChannel
Link copied to clipboard
withCompression
Link copied to clipboard
withDeadline
Link copied to clipboard
withDeadlineAfter
Link copied to clipboard
withExecutor
Link copied to clipboard
withInterceptors
Link copied to clipboard
withMaxInboundMessageSize
Link copied to clipboard
withMaxOutboundMessageSize
Link copied to clipboard
withOption
Link copied to clipboard
withWaitForReady
Link copied to clipboard
Sources
jvm source
Link copied to clipboard