Package org.apache.camel.resume
Interface Offset<T>
-
- Type Parameters:
T- the type of the offset
public interface Offset<T>Generic offset without a concrete type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Toffset()Gets the offset value
-
-
-
Method Detail
-
offset
T offset()
Gets the offset value- Returns:
- the offset value
-
-