DataType
- The data that is being read in.public interface TemporalDataSource<DataType extends Temporal>
TemporalDataSource
interface defines the functionality of a
class that represents a data source. It must be in ascending order.Modifier and Type | Method and Description |
---|---|
TemporalDataReadChannel<DataType> |
readChannel()
Gets the data channel for the data source.
|
TemporalDataReadChannel<DataType> readChannel()