toggle menu
kotlin-protobuf-grpc
0.4.1
common
jvm
switch theme
search in API
kotlin-protobuf-grpc
/
kr.jadekim.protobuf.grpc
Package-level
declarations
Types
Types
Channel
Link copied to clipboard
common
jvm
expect
abstract
class
Channel
actual
typealias
Channel
=
io.grpc.Channel
Client
Option
Link copied to clipboard
common
jvm
expect
class
ClientOption
actual
class
ClientOption
(
val
channel
:
Channel
,
val
callOptions
:
CallOptions
=
io.grpc.CallOptions.DEFAULT
)
Grpc
Service
Link copied to clipboard
interface
GrpcService
<
Interface
,
Client
:
Interface
>