krpc
krpc
API
rpc
macros
RPCMethod
RPCMethod
experimental
MethodCall
MethodCodec
MethodCodec
Call
EffectCall
StreamedCall
Call
MethodResponse
MethodResponse
Value
Single
Error
RpcRoutes
ServiceCodec
ServiceCodec
unitDecoder
unitEncoder
krpc
/
rpc
/
MethodCodec
MethodCodec
rpc.MethodCodec
See the
MethodCodec
companion object
trait
MethodCodec
[
Service
,
Input
,
Output
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Type members
Types
type
In
=
Input
type
Out
=
Output
Value members
Abstract methods
def
call
:
Call
[
Service
,
Input
,
Output
]
def
inputCodec
:
JsonCodec
[
Input
]
def
name
:
String
def
outputCodec
:
JsonCodec
[
Output
]
In this article
Attributes
Members list
Type members
Types
Value members
Abstract methods