Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: Define outbound message event structure #93

Open
dbluhm opened this issue Jun 2, 2021 · 2 comments
Open

Task: Define outbound message event structure #93

dbluhm opened this issue Jun 2, 2021 · 2 comments
Assignees

Comments

@dbluhm
Copy link
Collaborator

dbluhm commented Jun 2, 2021

Figure out how much information is required alongside the packed message for the outbound message delivery to deliver the message correctly. This structure will be included in the outbound message event payload.

@burdettadam burdettadam self-assigned this Jun 3, 2021
@burdettadam
Copy link

I propose we make a QueuedOutboundMessage class that extends Event from eventBus and implements QueuedOutboundMessage class. Currently The event class has a payload and topic. The QueuedOutboundMessages have a few more attributes used for routing. With events of this kind, we can easily drop in the notify and subscribe interface where needed. This also gives us room to change if we learn something needs to be different.

@burdettadam burdettadam added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Jun 4, 2021
@dbluhm
Copy link
Collaborator Author

dbluhm commented Jul 8, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants