|
ORE Studio 0.0.4
|
Common infrastructure shared by all domain microservices. More...
Enumerations | |
| enum class | error_code { unauthorized , token_expired , forbidden } |
| Error codes returned by service-layer request helpers. More... | |
Common infrastructure shared by all domain microservices.
Provides the standard domain service lifecycle: early signal handling (SIGINT/SIGTERM), JWKS public-key fetch with exponential backoff, JWT verifier creation, subscription registration, graceful NATS drain, and shutdown logging. Eliminates boilerplate duplicated across the nine domain service binaries.
|
strong |
Error codes returned by service-layer request helpers.