Uses of Interface
org.apache.camel.resume.OffsetKey
-
Packages that use OffsetKey Package Description org.apache.camel.resume -
-
Uses of OffsetKey in org.apache.camel.resume
Methods in org.apache.camel.resume that return OffsetKey Modifier and Type Method Description 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 OffsetKey Modifier and Type Method Description booleanCacheable. add(OffsetKey<?> key, Offset<?> offset)Adds an offset key and value to the cachevoidResumeStrategy. updateLastOffset(OffsetKey<?> offsetKey, Offset<?> offsetValue)Updates the last processed offsetvoidResumeStrategy. updateLastOffset(OffsetKey<?> offsetKey, Offset<?> offset, ResumeStrategy.UpdateCallBack updateCallBack)Updates the last processed offset
-