Introduce onError method to handle message dispatching errors#143
Introduce onError method to handle message dispatching errors#143ayeshLK merged 10 commits intoballerina-platform:masterfrom
onError method to handle message dispatching errors#143Conversation
Codecov ReportAttention: Patch coverage is
❌ Your project status has failed because the head coverage (78.28%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #143 +/- ##
============================================
- Coverage 79.05% 78.28% -0.78%
- Complexity 142 148 +6
============================================
Files 27 27
Lines 888 907 +19
Branches 141 145 +4
============================================
+ Hits 702 710 +8
- Misses 159 170 +11
Partials 27 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ThisaruGuruge
left a comment
There was a problem hiding this comment.
LGTM except for a minor comment.
niveathika
left a comment
There was a problem hiding this comment.
Shouldn't we update examples in the docs?
native/src/main/java/io/ballerina/stdlib/java.jms/listener/Service.java
Outdated
Show resolved
Hide resolved
Currently we don't have any examples related to |
…vice.java Co-authored-by: Niveathika <niveathika@wso2.com>
Purpose
Fixes: ballerina-platform/ballerina-library#8078
Checklist