orbit-proto / orbit.shared.proto / ConnectionImplBase

ConnectionImplBase

@Generated("Source: orbit/shared/connection.proto", ["by gRPC Kotlin generator"]) abstract class ConnectionImplBase : BindableService, CoroutineScope

Constructors

<init>

ConnectionImplBase(coroutineContext: CoroutineContext = Dispatchers.Default)

Properties

coroutineContext

open val coroutineContext: CoroutineContext

Functions

bindService

open fun bindService(): ServerServiceDefinition

openStream

open fun openStream(requests: ReceiveChannel<MessageProto>): ReceiveChannel<MessageProto>