A dotnet implementation of Michael Nygard's Circuit Breaker state machine, using the Gang of Four's STATE pattern.
Info
Version: | 1.0.2 |
Author(s): | Harvey Green |
Last Update: | Sunday, May 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Breakout.CircuitBreaker |
Install
Install-Package Breakout.CircuitBreaker
dotnet add package Breakout.CircuitBreaker
paket add Breakout.CircuitBreaker
Breakout.CircuitBreaker Download (Unzip the "nupkg" after downloading)
Dependencies
Tags