Skip to main content

Module client

Module client 

Source
Expand description

Swift client generation.

Generates the caller protocol and client implementation for making application-level RPC calls. Each generated client method represents one logical call; the runtime may realize that call with one request attempt or multiple request attempts if retry/session recovery creates later attempts for the same operation.

Functionsยง

generate_client
Generate complete client code (caller protocol + client implementation).