All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.updater.PollingGraphUpdaterParameters Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
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