-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'trunk' into 188072189_fix_contacts_demographic_mapping
- Loading branch information
Showing
53 changed files
with
3,026 additions
and
8,796 deletions.
There are no files selected for viewing
61 changes: 61 additions & 0 deletions
61
lib/aca_entities/async_api/enroll/amqp_private_families_publish.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
asyncapi: 2.0.0 | ||
info: | ||
title: Enroll App Private Family Events Publisher | ||
version: 0.1.0 | ||
description: AMQP Publish configuration for the Enroll App services to publish private family events | ||
contact: | ||
name: IdeaCrew | ||
url: https://ideacrew.com | ||
email: [email protected] | ||
license: | ||
name: MIT | ||
url: https://opensource.org/licenses/MIT | ||
|
||
servers: | ||
development: | ||
url: 'amqp://rabbitmq:5672/event_source' | ||
protocol: :amqp | ||
protocolVersion: '0.9.2' | ||
description: RabbitMQ Test Server | ||
production: | ||
url: 'amqp://rabbitmq:5672/event_source' | ||
protocol: :amqp | ||
protocolVersion: '0.9.2' | ||
description: RabbitMQ Production Server | ||
test: | ||
url: 'amqp://rabbitmq:5672/event_source' | ||
protocol: :amqp | ||
protocolVersion: '0.9.2' | ||
description: RabbitMQ Test Server | ||
|
||
channels: | ||
enroll.private.families.validate_cv_requested: | ||
bindings: | ||
amqp: | ||
is: :routing_key | ||
exchange: | ||
name: enroll.private.families | ||
type: topic | ||
content_type: application/json | ||
durable: true | ||
auto_delete: false | ||
vhost: event_source | ||
binding_version: '0.2.0' | ||
publish: | ||
bindings: | ||
amqp: | ||
app_id: enroll | ||
type: enroll.private.families | ||
routing_key: enroll.private.families.validate_cv_requested | ||
deliveryMode: 2 | ||
mandatory: true | ||
timestamp: true | ||
content_type: application/json | ||
bindingVersion: 0.2.0 | ||
description: Events - Publishes private family event for CV validation | ||
operationId: enroll.private.families.validate_cv_requested | ||
|
||
tags: | ||
- name: linter_tag | ||
description: placeholder that satisfies the linter |
59 changes: 59 additions & 0 deletions
59
lib/aca_entities/async_api/enroll/amqp_private_families_subscribe.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
asyncapi: 2.0.0 | ||
info: | ||
title: Enroll App | ||
version: 0.1.0 | ||
description: AMQP Subscribe configuration for Enroll Private Family services | ||
contact: | ||
name: IdeaCrew | ||
url: https://ideacrew.com | ||
email: [email protected] | ||
license: | ||
name: MIT | ||
url: https://opensource.org/licenses/MIT | ||
|
||
servers: | ||
development: | ||
url: amqp://rabbitmq:5672/event_source | ||
protocol: amqp | ||
protocolVersion: 0.9.2 | ||
description: RabbitMQ Development Server | ||
production: | ||
url: amqp://rabbitmq:5672/event_source | ||
protocol: amqp | ||
protocolVersion: 0.9.2 | ||
description: RabbitMQ Production Server | ||
test: | ||
url: amqp://rabbitmq:5672/event_source | ||
protocol: amqp | ||
protocolVersion: 0.9.2 | ||
description: RabbitMQ Test Server | ||
|
||
defaultContentType: application/json | ||
|
||
channels: | ||
on_enroll.enroll.private.families: | ||
bindings: | ||
amqp: | ||
is: queue | ||
queue: | ||
name: on_enroll.enroll.private.families | ||
durable: true | ||
exclusive: false | ||
auto_delete: false | ||
vhost: event_source | ||
subscribe: | ||
bindings: | ||
amqp: | ||
ack: true | ||
exclusive: false | ||
routing_key: enroll.private.families.validate_cv_requested | ||
prefetch: 1 | ||
block: false | ||
bindingVersion: '0.2.0' | ||
operationId: on_enroll.enroll.private.families | ||
description: placeholder that satisfies the linter | ||
|
||
tags: | ||
- name: linter_tag | ||
description: placeholder that satisfies the linter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.