Interface ISmartDataDistributionChannelInfo
-
- All Known Subinterfaces:
ISmartDataDistributionChannel
- All Known Implementing Classes:
SmartDataDistributionChannel
public interface ISmartDataDistributionChannelInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChannelName()
The name of the channellong
getOffset()
The last available message offset associated to the datalong
getTimestamp()
The last available message timestamp associated to the data
-
-
-
Method Detail
-
getChannelName
java.lang.String getChannelName()
The name of the channel- Returns:
- The name of the channel
-
getTimestamp
long getTimestamp()
The last available message timestamp associated to the data- Returns:
- The last available message timestamp associated to the data: Milliseconds since epoch (UTC).
-
getOffset
long getOffset()
The last available message offset associated to the data- Returns:
- The last available message offset associated to the data
-
-