Module pattern

Source
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.