GrpcRetryPolicy constructor
GrpcRetryPolicy({
- required int maxRetries,
- required Duration perRetryTimeout,
- List<
GrpcRetryPolicyEvent> ? grpcRetryEvents, - List<
String> ? httpRetryEvents, - List<
TcpRetryPolicyEvent> ? tcpRetryEvents,
Implementation
GrpcRetryPolicy({
required this.maxRetries,
required this.perRetryTimeout,
this.grpcRetryEvents,
this.httpRetryEvents,
this.tcpRetryEvents,
});