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

Adding UriFilter #152

Merged
merged 2 commits into from
Jul 15, 2024
Merged

Adding UriFilter #152

merged 2 commits into from
Jul 15, 2024

Conversation

stevenhartley
Copy link

The UriFilter class is used to match a source and sink URI to UAttributes that is passed. This can be used within a transport to match incoming messages

#147

The UriFilter class is used to match a source and sink URI to UAttributes that is passed. This can be used within a transport to match incoming messages

#147
Copy link

Code coverage report is ready! 📈

Copy link

@mishap4 mishap4 left a comment

Choose a reason for hiding this comment

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

registerListener(source, sink) allows to pass null. Should we use ANY or EMPTY (can this constant also be added) for this case? OR handle it internally with requireNonNullOrElse

Copy link

Code coverage report is ready! 📈

@stevenhartley stevenhartley merged commit 1e96f9a into main Jul 15, 2024
6 checks passed
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.

3 participants