Uses of Interface
org.apache.camel.resume.Offset
-
Packages that use Offset Package Description org.apache.camel.resume -
-
Uses of Offset in org.apache.camel.resume
Methods in org.apache.camel.resume that return Offset Modifier and Type Method Description Offset<?>Resumable. getLastOffset()Gets the last offsetMethods in org.apache.camel.resume with parameters of type Offset 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
-