GrpcServerServiceDefinition

Available in a dev version: 0․11․0-grpc-186

How to configure

Definition of a service to be exposed via a Server.

actual typealias GrpcServerServiceDefinition = ServerServiceDefinition(source)

Definition of a service to be exposed via a Server.

Definition of a service to be exposed via a Server.

Functions

Link copied to clipboard
expect fun getMethod(methodName: String): ServerMethodDefinition<*, *>?
actual fun getMethod(methodName: String): ServerMethodDefinition<*, *>?
Link copied to clipboard
Link copied to clipboard
expect fun getServiceDescriptor(): ServiceDescriptor
actual fun getServiceDescriptor(): ServiceDescriptor