Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
purgatory 3.0.1 documentation
purgatory 3.0.1 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
View 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