AbstractCoroutineServerImpl

abstract class AbstractCoroutineServerImpl(val context: CoroutineContext = EmptyCoroutineContext) : BindableService(source)

Skeleton implementation of a coroutine-based gRPC server implementation. Intended to be subclassed by generated code.

Constructors

Link copied to clipboard
constructor(context: CoroutineContext = EmptyCoroutineContext)

Properties

Link copied to clipboard

The context in which to run server coroutines.

Functions

Link copied to clipboard