-
-
Notifications
You must be signed in to change notification settings - Fork 380
Closed as not planned
Labels
Description
Messages are frequently either considered to be Commands or Events, there is even a brief section in the docs about it.
However the message spec doesn't currently have anyway to differnaitate these types of messages.
This could potentially be useful in the code generators to either implement "server" or "client" implementations.
Servers would generate the listeners for commands, and emitters for events. While clients would generate the inverse.
Reactions are currently unavailable