Interface KinesisResumeAdapter

  • All Superinterfaces:
    org.apache.camel.resume.ResumeAdapter
    All Known Implementing Classes:
    KinesisDefaultResumeAdapter

    public interface KinesisResumeAdapter
    extends org.apache.camel.resume.ResumeAdapter
    The resume adapter for Kinesis
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setRequestBuilder​(software.amazon.awssdk.services.kinesis.model.GetShardIteratorRequest.Builder builder)
      Sets the shard iterator request builder that can be used to customize the call and set the exact resume point
      void setStreamName​(String streamName)
      Sets the stream name being worked on
      • Methods inherited from interface org.apache.camel.resume.ResumeAdapter

        resume
    • Method Detail

      • setRequestBuilder

        void setRequestBuilder​(software.amazon.awssdk.services.kinesis.model.GetShardIteratorRequest.Builder builder)
        Sets the shard iterator request builder that can be used to customize the call and set the exact resume point
        Parameters:
        builder - the builder instance
      • setStreamName

        void setStreamName​(String streamName)
        Sets the stream name being worked on
        Parameters:
        streamName - the stream name