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

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

Build:
Build:
LAST BUILD BRANCH: 410_pull_out_spring_boot_api
DEFAULT BRANCH: 7.x
Ran 21 Jul 2020 09:58PM UTC
Jobs 1
Files 101
Run time 6s
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
#1443

push

github-actions

web-flow
refs #216: Adds a Kotlin DSL for managing the core library. (#225)

This allows you to more easily create a MessageListenerContainer using
a simpler Kotlin DSL format. An example is something like:

```
val container = coreMessageListener("identifier", sqsAsyncClient, queueUrl) {
    retriever = prefetchingMessageRetriever {
        desiredPrefetchedMessages = 10
        maxPrefetchedMessages = 20
    }
    processor = coreProcessor {
        argumentResolverService = coreArgumentResolverService(objectMapper)
        bean = MessageListener()
        method = MessageListener::class.java.getMethod("listen", String::class.java)
    }
    broker = concurrentBroker {
        concurrencyLevel = { 10 }
        concurrencyPollingRate = { Duration.ofSeconds(30) }
    }
    resolver = batchingResolver {
        bufferingSizeLimit = { 5 }
        bufferingTime = { Duration.ofSeconds(2) }
    }
}
```

1504 of 1570 relevant lines covered (95.8%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1443.1 21 Jul 2020 09:58PM UTC 0
95.8
Source Files on build #1443
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1443
  • 6a190441 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