Uses of Interface
org.apache.camel.resume.Resumable
Packages that use Resumable
Package
Description
Resume strategy API for offset-based message consumption, allowing consumers to resume processing from a previously
saved position.
-
Uses of Resumable in org.apache.camel.resume
Methods in org.apache.camel.resume with type parameters of type ResumableModifier and TypeMethodDescription<T extends Resumable>
voidResumeStrategy.updateLastOffset(T offset) Updates the last processed offset<T extends Resumable>
voidResumeStrategy.updateLastOffset(T offset, @Nullable ResumeStrategy.UpdateCallBack updateCallBack) Updates the last processed offset