Skip to content

Felandil/CircuitBreaker

Repository files navigation

Felandil Circuit Breaker

See:

Basic useful feature list:

  • Basic circuit breaker functionality
  • Configurable Thresholds via App.config/Web.config
  • Extendable for custom error handling

For an example please see the example project.

Basic usage:

var storage = new CircuitBreakerDefaultStorage();
var command = new GeocodingCircuitBreakerCommand(storage);
      
var result = command.Execute(new GeocodeApiRequest { Postcode = "30159", Town = "Hannover" });

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages