Expand description
RpcClient and support types
This defines the RPC client DSL
Structs
A client for a specific service
Sink that can be used to send updates to the server for the two interaction patterns
that support it, ClientStreaming and BidiStreaming.
Enums
Server error when accepting a bidi request
Server error when receiving an item for a bidi request
Server error when accepting a client streaming request
Server error when receiving an item for a client streaming request
Client error. All client DSL methods return a
Result
with this error type.Server error when accepting a server streaming request
Client error when handling responses from a server streaming request