public class AbstractCoroutineServerImpl
Skeleton implementation of a coroutine-based gRPC server implementation. Intended to be subclassed by generated code.
public AbstractCoroutineServerImpl(@NotNull
kotlin.coroutines.CoroutineContext context)
Skeleton implementation of a coroutine-based gRPC server implementation. Intended to be subclassed by generated code.
context - The context in which to run server coroutines.public AbstractCoroutineServerImpl()
Skeleton implementation of a coroutine-based gRPC server implementation. Intended to be subclassed by generated code.