org.opentripplanner.updater.PollingGraphUpdaterParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
package org.opentripplanner.updater;
/**
* This is named PollingGraphUpdaterConfig instead of Config in order to not conflict with the
* config interfaces of child classes.
*/
public interface PollingGraphUpdaterParameters {
int getFrequencySec();
/** The config name/type for the updater. Used to reference the configuration element. */
String getConfigRef();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy