Polly icon indicating copy to clipboard operation
Polly copied to clipboard

Ability to set OnRetry after policy creation.

Open Fluttercom opened this issue 4 years ago • 0 comments

We are implementing a configuration-based factory for policies, but found no good way of setting OnRetry after a RetryPolicy was created. Changing _onRetry to public property would be helpful in this case.

Also would be nice to remove internal keyword from Engines, to make it possible to extend policies.

What do you think about it? Or maybe is there any other way?

Fluttercom avatar Dec 04 '20 12:12 Fluttercom