Class KafkaConsumerRecordInboundEvent

java.lang.Object
org.flowable.eventregistry.spring.kafka.KafkaConsumerRecordInboundEvent
All Implemented Interfaces:
InboundEvent

public class KafkaConsumerRecordInboundEvent extends Object implements InboundEvent
Author:
Filip Hrisafov
  • Field Details

    • consumerRecord

      protected final org.apache.kafka.clients.consumer.ConsumerRecord<?,?> consumerRecord
    • headers

      protected Map<String,Object> headers
  • Constructor Details

    • KafkaConsumerRecordInboundEvent

      public KafkaConsumerRecordInboundEvent(org.apache.kafka.clients.consumer.ConsumerRecord<?,?> consumerRecord)
  • Method Details