Expand description
Predefined interaction patterns.
An interaction pattern can be as simple as an rpc call or something more complex such as bidirectional streaming.
Each pattern defines different associated message types for the interaction.
Modulesยง
- bidi_
streaming - Bidirectional stream interaction pattern.
- client_
streaming - Client streaming interaction pattern.
- rpc
- RPC interaction pattern.
- server_
streaming - Server streaming interaction pattern.
- try_
server_ streaming - Fallible server streaming interaction pattern.