Contents Menu Expand Light mode Dark mode Auto light/dark mode
purgatory 1.0.3 documentation
purgatory 1.0.3 documentation

User Manual:

  • Introduction
  • Configuring the storage backend
  • Monitoring Circuit States
  • Changelog

Developper Manual:

  • Domain
    • Models
    • Messages
  • Service
    • Repositories
    • Unit Of Work
    • Message Bus
    • Message Bus Handlers
    • Circuit Breaker
Back to top
Edit this page

Service#

Important

The service represent the exposed API used to store circuit breaker state and manage workflow.

There a Sync and an Async API.

The synchronous version is generated from the async version.

  • Repositories
  • Unit Of Work
  • Message Bus
  • Message Bus Handlers
  • Circuit Breaker
Next
Repositories
Previous
Messages
Copyright © Guillaume Gauvrit <guillaume@gauvr.it>
Made with Sphinx and @pradyunsg's Furo