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 cache
-