generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
area:message-processingAll issues related to how we process the messagesAll issues related to how we process the messagesbreaking-changeAll issues related to code breaking changes.All issues related to code breaking changes.good first issueGood for newcomersGood for newcomers
Milestone
Description
Is your feature request related to a problem? Please describe.
Previously, we were only filtering messages based on message context but since we added message body filtering and custom message deserialization, we added a dedicated CanProcessMessageBasedOnContext<>
.
Describe the solution you'd like
Remove the deprecated CanProcessMessage
method from the MessageHandler
in the Arcus.Messaging.Abstractions
project.
Metadata
Metadata
Assignees
Labels
area:message-processingAll issues related to how we process the messagesAll issues related to how we process the messagesbreaking-changeAll issues related to code breaking changes.All issues related to code breaking changes.good first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done