Class KafkaConsumerRecordInboundEvent
java.lang.Object
org.flowable.eventregistry.spring.kafka.KafkaConsumerRecordInboundEvent
- All Implemented Interfaces:
InboundEvent
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.kafka.clients.consumer.ConsumerRecord<?,
?> -
Constructor Summary
ConstructorsConstructorDescriptionKafkaConsumerRecordInboundEvent
(org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> consumerRecord) -
Method Summary
-
Field Details
-
consumerRecord
protected final org.apache.kafka.clients.consumer.ConsumerRecord<?,?> consumerRecord -
headers
-
-
Constructor Details
-
KafkaConsumerRecordInboundEvent
public KafkaConsumerRecordInboundEvent(org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> consumerRecord)
-
-
Method Details
-
getRawEvent
- Specified by:
getRawEvent
in interfaceInboundEvent
-
getBody
- Specified by:
getBody
in interfaceInboundEvent
-
getHeaders
- Specified by:
getHeaders
in interfaceInboundEvent
-
retrieveHeaders
-
toString
-