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

JaidenAshmore / java-dynamic-sqs-listener / #1512 / 1
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
Files 102
Run time 24s
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

31 Jul 2020 10:56PM UTC coverage: 95.781% (-0.07%) from 95.847%
#1512.1

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 ->

        }
    }
}
```

1589 of 1659 relevant lines covered (95.78%)

0.96 hits per line

Source Files on job #1512.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1512
  • f8c2d15b on github
  • Prev Job for on 4.x (##1502.1)
  • Next Job for on 4.x (##1513.1)
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