Package com.activeviam.source.common.api
Interface ITopic
- All Known Subinterfaces:
ICloudCsvTopic<EntityT>,ICsvTopic<I>,IJdbcTopic,IKeyValueTopic
- All Known Implementing Classes:
ACloudCsvTopic,ACsvTopic,AFileSystemCsvTopic,CloudDirectoryCsvTopic,CloudEntityCsvTopic,CloudMultipleEntitiesCsvTopic,DirectoryCsvTopic,JdbcTopic,KeyValueTopic,MultipleFilesCsvTopic,SingleFileCsvTopic
public interface ITopic
Contract for a data topic representing a particular type of data content (e.g. a coherent
business entity).
- Author:
- ActiveViam
-
Method Summary
-
Method Details
-
getName
String getName()Returns the topic name.- Returns:
- the topic identifier
-