You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a part of #264, we've also landed on the following name:
commands// all of the named commands/apis subscriptions// all of the named subscriptionsevents// of the named event schemasactivities// all of the named activitiesworkflows// named workflows// etc.
This issue tracks the change to remove onEvent and instead add the subscription entity:
We've decided to apply the following convention across all Eventual primitives.
For example:
As a part of #264, we've also landed on the following name:
This issue tracks the change to remove
onEvent
and instead add thesubscription
entity:Benefits:
userEvent.onEvent("onUserEvent"
is flawed because it reads like the name is the message being subscribed to.The text was updated successfully, but these errors were encountered: