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

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

Build:
Build:
LAST BUILD BRANCH: 410_pull_out_spring_boot_api
DEFAULT BRANCH: 7.x
Ran 01 Aug 2020 03:05AM UTC
Jobs 1
Files 102
Run time 15s
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
#1522

push

github-actions

web-flow
refs #254: Added Ktor support (#261)

Can now register message listeners in a Ktor application by using the
Ktor Core module.

Usage would look like:

```kotlin
val server = embeddedServer(Netty, 8080) {
    prefetchingMessageListener("prefetching-listener", sqsAsyncClient,
"queueUrl") {
        concurrencyLevel = { 2 }
        desiredPrefetchedMessages = 5
        maxPrefetchedMessages = 10

        processor = lambdaProcessor {
            method { message, _ ->
               log.info("Message: {}", message.body())
            }
        }
   }
}
```

1589 of 1659 relevant lines covered (95.78%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1522.1 01 Aug 2020 03:05AM UTC 0
95.78
Source Files on build #1522
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1522
  • 87f06d85 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