Skip to content

Add allOfType method#1375

Open
mcruzdev wants to merge 4 commits intoserverlessworkflow:mainfrom
mcruzdev:issue-1374
Open

Add allOfType method#1375
mcruzdev wants to merge 4 commits intoserverlessworkflow:mainfrom
mcruzdev:issue-1374

Conversation

@mcruzdev
Copy link
Copy Markdown
Collaborator

@mcruzdev mcruzdev commented May 8, 2026

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:

Special notes for reviewers:

Additional information (if needed):

Closes #1374

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Copilot AI review requested due to automatic review settings May 8, 2026 16:34
@mcruzdev mcruzdev requested a review from fjtirado as a code owner May 8, 2026 16:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a small convenience helper to the experimental fluent FuncDSL so users can configure an all event consumption strategy by event type without manually building an event filter.

Changes:

  • Added FuncDSL.allOfType(String eventType) as a shortcut for DSL.all(...) with a type-based filter.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

mcruzdev added 2 commits May 8, 2026 13:39
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Copilot AI review requested due to automatic review settings May 8, 2026 20:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
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

Successfully merging this pull request may close these issues.

Add allOfType method to FuncDSL

3 participants