Microservices Libs
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Microservices Libs
kafka-utils
/
dev.limebeck.libs.kafka
/
KafkaListener
/
KafkaListener
Kafka
Listener
constructor
(
topicNames
:
List
<
String
>
,
properties
:
KafkaListenerProperties
<
Key
,
Value
>
,
pollDuration
:
Duration
=
Duration.ofMillis(100)
,
processor
:
suspend
(
ConsumerRecord
<
Key
,
Value
>
)
->
Unit
)