Add a new until
(optional) property to Event Consumption Strategies of type any
#992
Labels
area: spec
Changes in the Specification
change: documentation
Improvements or additions to documentation. It won't impact a version change.
change: feature
New feature or request. Impacts in a minor version change
Milestone
What would you like to be added:
Add a new
until
(optional) property to Event Consumption Strategies of typeany
Why is this needed:
Allows authors to define streaming-like event listeners, that would listen to events until a specific condition is met or until specific events are consumed.
My proposal would allow doing the following:
Listen to specific events until a runtime expression condition is met:
Listen to specific events until the defined event(s) are consumed:
The text was updated successfully, but these errors were encountered: