public class KafkaChannelMessageListenerAdapter extends Object implements org.springframework.kafka.listener.AcknowledgingConsumerAwareMessageListener<Object,Object>
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.eventregistry.api.EventRegistry |
eventRegistry |
protected org.flowable.eventregistry.model.InboundChannelModel |
inboundChannelModel |
| Constructor and Description |
|---|
KafkaChannelMessageListenerAdapter(org.flowable.eventregistry.api.EventRegistry eventRegistry,
org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.eventregistry.api.EventRegistry |
getEventRegistry() |
org.flowable.eventregistry.model.InboundChannelModel |
getInboundChannelModel() |
void |
onMessage(org.apache.kafka.clients.consumer.ConsumerRecord<Object,Object> data,
org.springframework.kafka.support.Acknowledgment acknowledgment,
org.apache.kafka.clients.consumer.Consumer<?,?> consumer) |
void |
setEventRegistry(org.flowable.eventregistry.api.EventRegistry eventRegistry) |
void |
setInboundChannelModel(org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected org.flowable.eventregistry.api.EventRegistry eventRegistry
protected org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel
public KafkaChannelMessageListenerAdapter(org.flowable.eventregistry.api.EventRegistry eventRegistry,
org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel)
public void onMessage(org.apache.kafka.clients.consumer.ConsumerRecord<Object,Object> data, org.springframework.kafka.support.Acknowledgment acknowledgment, org.apache.kafka.clients.consumer.Consumer<?,?> consumer)
public org.flowable.eventregistry.api.EventRegistry getEventRegistry()
public void setEventRegistry(org.flowable.eventregistry.api.EventRegistry eventRegistry)
public org.flowable.eventregistry.model.InboundChannelModel getInboundChannelModel()
public void setInboundChannelModel(org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel)
Copyright © 2022 Flowable. All rights reserved.