Package com.qfs.msg
Interface ITopic
-
- All Known Subinterfaces:
ICloudCSVTopic<E>,ICSVTopic<I>,IJDBCTopic,IKeyValueTopic
- All Known Implementing Classes:
ACloudCSVTopic,ACSVTopic,AFileSystemCSVTopic,CloudDirectoryCSVTopic,CloudEntityCSVTopic,DirectoryCSVTopic,JDBCTopic,KeyValueTopic,SingleFileCSVTopic
public interface ITopicContract for a data topic representing a particular type of data content (e.g. a coherent business entity).- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the topic name.
-
-
-
Method Detail
-
getName
String getName()
Returns the topic name.- Returns:
- the topic identifier
-
-