Skip to content

Commit

Permalink
PI-1479: Add Async API spec for Tier to Delius
Browse files Browse the repository at this point in the history
  • Loading branch information
mxco86 committed Sep 21, 2023
1 parent 84cefdb commit b1d8663
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: AsyncAPI Reference
source_url: 'https://github.com/ministryofjustice/hmpps-probation-integration-services/blob/main/projects/tier-to-delius/tech-docs/source/async-api-reference.html.md.erb'
weight: 30
---

# ASyncAPI Reference

* [ASyncAPI Spec](https://studio.asyncapi.com/?url=https://raw.githubusercontent.com/ministryofjustice/hmpps-probation-integration-services/main/projects/tier-to-delius/tech-docs/spec/async-api.yaml&readOnly)
23 changes: 23 additions & 0 deletions projects/tier-to-delius/tech-docs/spec/async-api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
asyncapi: 2.6.0
info:
title: Tier to Delius
description: Reflect new management tier calculations in Delius
version: 0.1.0

servers:
development:
url: https://sqs.eu-west-2.amazonaws.com/754256621582/probation-integration-dev-tier-to-delius-queue
protocol: sqs
preproduction:
url: https://sqs.eu-west-2.amazonaws.com/754256621582/probation-integration-preprod-tier-to-delius-queue
protocol: sqs
production:
url: https://sqs.eu-west-2.amazonaws.com/754256621582/probation-integration-prod-tier-to-delius-queue
protocol: sqs

channels:
hmpps-domain-events/tier-to-delius/tier-calculation-complete:
subscribe:
operationId: tier.calculation.complete
message:
$ref: https://raw.githubusercontent.com/ministryofjustice/hmpps-domain-events/main/spec/schemas/tiering/tier_calculation_complete.yml

0 comments on commit b1d8663

Please sign in to comment.