userver: ugrpc::client::RetryConfig Struct Reference
Loading...
Searching...
No Matches
ugrpc::client::RetryConfig Struct Referencefinal

#include <userver/ugrpc/client/retry_config.hpp>

Detailed Description

Retry configuration for outgoing RPCs.

Definition at line 13 of file retry_config.hpp.

Public Attributes

int attempts {1}
 The maximum number of RPC attempts, including the original attempt.
 

Member Data Documentation

◆ attempts

int ugrpc::client::RetryConfig::attempts {1}

The maximum number of RPC attempts, including the original attempt.

Definition at line 15 of file retry_config.hpp.


The documentation for this struct was generated from the following file: