摘要:
/// <summary> /// AOP 目标:use AspectCore ,在执行 HelloAsync 失败的时候自动执行 HelloFallBackAsync ,达到熔断降级 /// </summary> class Program { static void Main(string[] 阅读全文
posted @ 2020-02-24 10:57
Something_Diffrent
阅读(169)
评论(0)
推荐(0)
摘要:
官方: https://github.com/App-vNext/Polly Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such 阅读全文
posted @ 2020-02-24 10:47
Something_Diffrent
阅读(175)
评论(0)
推荐(0)