Package | Description |
---|---|
org.thales.punch.kafka.api | |
org.thales.punch.kafka.application | |
org.thales.punch.kafka.impl |
Modifier and Type | Method and Description |
---|---|
IKafkaContinuousConsumer |
KafkaContinuousConsumerBuilder.forReceiver(IRecordHandler<K,V> receiver) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationExitControllerImpl
The exit controller watch a kafka topic and report to you these
application you need to monitor to be told upon their wish to exit.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OffsetTreePartitionImpl.onReceive(IRecordHandler<K,V> receiver,
org.apache.kafka.clients.consumer.ConsumerRecord<K,V> record)
Transfer the record to the receiver and keep track of
current offset.
|
protected void |
StandardPartitionImpl.onReceive(IRecordHandler<K,V> receiver,
org.apache.kafka.clients.consumer.ConsumerRecord<K,V> record)
Transfer the record to the receiver.
|
protected abstract void |
AbstractPartition.onReceive(IRecordHandler<K,V> receiver,
org.apache.kafka.clients.consumer.ConsumerRecord<K,V> record) |
KafkaConsumerImpl<K,V> |
KafkaConsumerImpl.setReceiver(IRecordHandler<K,V> receiver)
PSet the receiver to handle incoming records.
|
Copyright © 2014–2023. All rights reserved.