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ยง
- Bidirectional stream interaction pattern.
- Client streaming interaction pattern.
- RPC interaction pattern.
- Server streaming interaction pattern.
- Fallible server streaming interaction pattern.