Module workflow_rpc::client::prelude

source ·
Expand description

Convenience module exporting all types required for the client use.

Re-exports§

Macros§

  • notification!() macro for declaration of RPC notification handlers

Structs§

  • ConnectOptions is used to configure the WebSocket connectivity behavior.

Enums§

  • ConnectionStrategy specifies how the WebSocket async fn connect() function should behave during the first-time connectivity phase. @category WebSocket