Package org.apache.camel
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 T
offset()
Gets the offset value
-
-
-
Method Detail
-
offset
T offset()
Gets the offset value- Returns:
- the offset value
-
-