Interface KafkaResumeStrategy<T extends org.apache.camel.resume.Resumable>

  • Type Parameters:
    T - the type of resumable
    All Superinterfaces:
    AutoCloseable, org.apache.camel.resume.ResumeStrategy, org.apache.camel.Service, org.apache.camel.resume.UpdatableConsumerResumeStrategy<T>
    All Known Implementing Classes:
    MultiNodeKafkaResumeStrategy, SingleNodeKafkaResumeStrategy

    public interface KafkaResumeStrategy<T extends org.apache.camel.resume.Resumable>
    extends org.apache.camel.resume.UpdatableConsumerResumeStrategy<T>, org.apache.camel.resume.ResumeStrategy
    Base interface for resume strategies that publish the offsets to a Kafka topic
    • Field Summary

      • Fields inherited from interface org.apache.camel.resume.ResumeStrategy

        DEFAULT_NAME
    • Method Summary

      • Methods inherited from interface org.apache.camel.resume.ResumeStrategy

        getAdapter, getAdapter, loadCache, setAdapter
      • Methods inherited from interface org.apache.camel.Service

        build, close, init, start, stop
      • Methods inherited from interface org.apache.camel.resume.UpdatableConsumerResumeStrategy

        updateLastOffset