public class KafkaChannelMessageListenerAdapter extends Object implements org.springframework.kafka.listener.MessageListener<String,String>
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistry |
eventRegistry |
protected InboundChannelModel |
inboundChannelModel |
| Constructor and Description |
|---|
KafkaChannelMessageListenerAdapter(EventRegistry eventRegistry,
InboundChannelModel inboundChannelModel) |
| Modifier and Type | Method and Description |
|---|---|
EventRegistry |
getEventRegistry() |
InboundChannelModel |
getInboundChannelModel() |
void |
onMessage(org.apache.kafka.clients.consumer.ConsumerRecord<String,String> data) |
void |
setEventRegistry(EventRegistry eventRegistry) |
void |
setInboundChannelModel(InboundChannelModel inboundChannelModel) |
protected EventRegistry eventRegistry
protected InboundChannelModel inboundChannelModel
public KafkaChannelMessageListenerAdapter(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel)
public void onMessage(org.apache.kafka.clients.consumer.ConsumerRecord<String,String> data)
public EventRegistry getEventRegistry()
public void setEventRegistry(EventRegistry eventRegistry)
public InboundChannelModel getInboundChannelModel()
public void setInboundChannelModel(InboundChannelModel inboundChannelModel)
Copyright © 2023 Flowable. All rights reserved.