메소드 | 설명 | |
---|---|---|
FilterForStatusCodes ( ) : Predicate |
Creates a retry filter based on status codes.
|
|
FilterForStatusCodes ( IEnumerable |
Creates a retry filter based on status codes.
|
|
RetrySettings ( |
Constructs an instance with the given backoff configuration, the default RPC filter and jitter.
|
|
RetrySettings ( |
Constructs an instance with the given configuration, and the default jitter.
|
|
RetrySettings ( |
Constructs an instance with the given configuration.
|
public static FilterForStatusCodes ( IEnumerable |
||
statusCodes | IEnumerable |
The status codes to retry. Must not be null. |
리턴 | Predicate |
public RetrySettings ( |
||
retryBackoff | The backoff policy for the time between retries. Must not be null. | |
timeoutBackoff | The backoff policy for timeouts of retries. Must not be null. | |
totalExpiration | Expiration | The total expiration, across all retries. Must not be null. |
리턴 | Grpc.Core |
public RetrySettings ( |
||
retryBackoff | The backoff policy for the time between retries. Must not be null. | |
timeoutBackoff | The backoff policy for timeouts of retries. Must not be null. | |
totalExpiration | Expiration | The total expiration, across all retries. Must not be null. |
retryFilter | Predicate |
A predicate to determine whether or not a particular exception should cause the operation to be retried, /// or null for the default filter. |
리턴 | Grpc.Core |
public RetrySettings ( |
||
retryBackoff | The backoff policy for the time between retries. Must not be null. | |
timeoutBackoff | The backoff policy for timeouts of retries. Must not be null. | |
totalExpiration | Expiration | The total expiration, across all retries. Must not be null. |
retryFilter | Predicate |
A predicate to determine whether or not a particular exception should cause the operation to be retried, /// or null for the default filter. |
delayJitter | IJitter | The delay jitter to apply for delays, or null for the defautl (random) jitter. |
리턴 | Grpc.Core |