public class BatchCsvAvlFeedModule extends Module
The AVL data is processed directly by this class by it calling AvlProcessor.processAvlReport(avlReport). The messages do not go through the JMS server and JMS server does not need to be running.
Note: the URL for the GTFS-realtime feed is obtained in this module from CoreConfig.getCsvAvlFeedURI(). This means it can be set in the config file or as a Java property on the command line.
Constructor and Description |
---|
BatchCsvAvlFeedModule(java.lang.String projectId) |
Modifier and Type | Method and Description |
---|---|
void |
run() |