Package org.apache.camel.resume
Interface UpdatableConsumerResumeStrategy<T extends Resumable>
-
- Type Parameters:
T- the type of the addressable value for the resumable object (for example, a file would use a Long value)
public interface UpdatableConsumerResumeStrategy<T extends Resumable>An updatable resume strategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateLastOffset(T offset)Updates the last processed offset
-