ContestServiceCoroutineImplBase

abstract class ContestServiceCoroutineImplBase(coroutineContext: CoroutineContext = EmptyCoroutineContext) : AbstractCoroutineServerImpl(source)

Skeletal implementation of the io.codedrills.proto.external.ContestService service based on Kotlin coroutines.

Constructors

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
override fun bindService(): ServerServiceDefinition
Link copied to clipboard

Returns the response to an RPC for io.codedrills.proto.external.ContestService.GetScoreboard.

Link copied to clipboard

Returns the response to an RPC for io.codedrills.proto.external.ContestService.ListContestSubmissions.