java.lang.Object
org.apache.camel.component.aws2.kinesis.consumer.KinesisOffset
All Implemented Interfaces:
org.apache.camel.resume.Offset<String>, org.apache.camel.resume.Serializable

public class KinesisOffset extends Object implements org.apache.camel.resume.Offset<String>
  • Field Summary

    Fields inherited from interface org.apache.camel.resume.Serializable

    BYTES, TYPE_FILE, TYPE_INTEGER, TYPE_LONG, TYPE_STRING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    update(String offset)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.resume.Offset

    getValue, serialize

    Methods inherited from interface org.apache.camel.resume.Serializable

    serialize
  • Constructor Details

    • KinesisOffset

      public KinesisOffset()
    • KinesisOffset

      public KinesisOffset(String offset)
  • Method Details

    • update

      public void update(String offset)
      Specified by:
      update in interface org.apache.camel.resume.Offset<String>
    • getValue

      public String getValue()
      Specified by:
      getValue in interface org.apache.camel.resume.Offset<String>