• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JaidenAshmore / java-dynamic-sqs-listener / #1512
96%
7.x: 96%

Build:
Build:
LAST BUILD BRANCH: 410_pull_out_spring_boot_api
DEFAULT BRANCH: 7.x
Ran 31 Jul 2020 11:06PM UTC
Jobs 1
Files 102
Run time 28s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#1512

push

github-actions

web-flow
 refs #255: Add Lambda and Async Lamba Message Processors (#257)

Instead of using reflection to invoke the methods, you can now use
lambda (Java functional APIs) to process the message.

The usage using the Java core API looks like:

```
new LambdaMessageProcessor(client, queueProperties, (message) -> {});
```

Usage in the Kotlin DSL looks like:

```
coreMessageListener("identifier" client, queueUrl) {
    processor = lambdaProcessor {
        method { message ->

        }
    }
}
```

139 of 139 new or added lines in 3 files covered. (100.0%)

1589 of 1659 relevant lines covered (95.78%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1512.1 31 Jul 2020 11:06PM UTC 0
95.78
Source Files on build #1512
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1512
  • f8c2d15b on github
  • Prev Build on 4.x
  • Next Build on 4.x
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc