#include <userver/ugrpc/client/retry_config.hpp>
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. | |
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.