Package io. grpc. kotlin
Types
AbstractCoroutineServerImpl
Link copied to clipboard
abstract class AbstractCoroutineServerImpl(context: CoroutineContext) : BindableService
Content copied to clipboard
AbstractCoroutineStub
Link copied to clipboard
abstract class AbstractCoroutineStub<S : AbstractCoroutineStub<S>>(channel: Channel, callOptions: CallOptions) : AbstractStub<S>
Content copied to clipboard
ClientCalls
Link copied to clipboard
CoroutineContextServerInterceptor
Link copied to clipboard
A ServerInterceptor subtype that can install elements in the CoroutineContext where server logic is executed.
GrpcContextElement
Link copied to clipboard
class GrpcContextElement(grpcContext: Context) : ThreadContextElement<Context>
Content copied to clipboard
A CoroutineContext that propagates an associated io.grpc.Context to coroutines run using that context, regardless of thread.
ServerCalls
Link copied to clipboard
object ServerCalls
Content copied to clipboard