Abstract Coroutine Server Impl
abstract class AbstractCoroutineServerImpl(context: CoroutineContext) : BindableService
Content copied to clipboard
Skeleton implementation of a coroutine-based gRPC server implementation. Intended to be subclassed by generated code.
Constructors
AbstractCoroutineServerImpl
Link copied to clipboard
fun AbstractCoroutineServerImpl(context: CoroutineContext = EmptyCoroutineContext)
Content copied to clipboard
Functions
bindService
Link copied to clipboard
Properties
context
Link copied to clipboard
Sources
jvm source
Link copied to clipboard