Uses of Interface
org.apache.camel.resume.OffsetKey
Packages that use OffsetKey
Package
Description
Resume strategy API for offset-based message consumption, allowing consumers to resume processing from a previously
saved position.
-
Uses of OffsetKey in org.apache.camel.resume
Methods in org.apache.camel.resume that return OffsetKeyModifier and TypeMethodDescription@Nullable OffsetKey<?> Resumable.getOffsetKey()Gets the offset key (i.e.: the addressable part of the resumable object)Methods in org.apache.camel.resume with parameters of type OffsetKeyModifier and TypeMethodDescriptionbooleanAdds an offset key and value to the cachevoidResumeStrategy.updateLastOffset(OffsetKey<?> offsetKey, Offset<?> offsetValue) Updates the last processed offsetvoidResumeStrategy.updateLastOffset(OffsetKey<?> offsetKey, Offset<?> offset, @Nullable ResumeStrategy.UpdateCallBack updateCallBack) Updates the last processed offset