Interface KafkaResumeStrategy
- All Superinterfaces:
AutoCloseable,org.apache.camel.resume.ResumeStrategy,org.apache.camel.Service
- All Known Implementing Classes:
SingleNodeKafkaResumeStrategy
public interface KafkaResumeStrategy
extends org.apache.camel.resume.ResumeStrategy
Base interface for resume strategies that publish the offsets to a Kafka topic
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.camel.resume.ResumeStrategy
org.apache.camel.resume.ResumeStrategy.UpdateCallBack -
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, getResumeStrategyConfiguration, loadCache, setAdapter, setResumeStrategyConfiguration, updateLastOffset, updateLastOffset, updateLastOffset, updateLastOffsetMethods inherited from interface org.apache.camel.Service
build, close, init, start, stop