
org.opentripplanner.updater.spi.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
The newest version!
package org.opentripplanner.updater.spi;
import java.time.Duration;
/**
* This is named PollingGraphUpdaterConfig instead of Config in order to not conflict with the
* config interfaces of child classes.
*/
public interface PollingGraphUpdaterParameters {
Duration frequency();
/** The config name/type for the updater. Used to reference the configuration element. */
String configRef();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy