public class BatchGtfsRealtimeModule 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 GtfsRealtimeModule from CoreConfig.getGtfsRealtimeURI(). This means it can be set in the config file or as a Java property on the command line.
Constructor and Description |
---|
BatchGtfsRealtimeModule(java.lang.String agencyId) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
getGtfsRealtimeURIs()
Configurable Parameters for this module
|
void |
run() |