Package org.apache.camel
Interface ResumeStrategy
-
- All Superinterfaces:
AutoCloseable,Service
public interface ResumeStrategy extends Service
Defines a strategy for handling resume operations. Implementations can define different ways to handle how to resume processing records.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresume()A consumer, iterator or value class that can be used to set the index position from which to resume from.
-