java.lang.Object
org.apache.camel.component.kafka.consumer.support.KafkaResumable
All Implemented Interfaces:
org.apache.camel.resume.Resumable

public class KafkaResumable extends Object implements org.apache.camel.resume.Resumable
  • Constructor Details

    • KafkaResumable

      public KafkaResumable(String partition, String offset)
  • Method Details

    • getLastOffset

      public org.apache.camel.resume.Offset<String> getLastOffset()
      Specified by:
      getLastOffset in interface org.apache.camel.resume.Resumable
    • getOffsetKey

      public org.apache.camel.resume.OffsetKey<?> getOffsetKey()
      Specified by:
      getOffsetKey in interface org.apache.camel.resume.Resumable