T - the type of the addressable value for the resumable object (for example, a file would use a Long value)public interface Resumable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getLastOffset()
Gets the last offset value
|
void |
setLastOffset(T offset)
Sets the last offset the last offset as appropriate for the user of the interface
|
void setLastOffset(T offset)
offset - the offset valueT getLastOffset()
Apache Camel