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

org.opentripplanner.updater.alert.gtfs.GtfsRealtimeAlertsUpdaterParameters Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.updater.alert.gtfs;

import java.time.Duration;
import org.opentripplanner.updater.spi.HttpHeaders;
import org.opentripplanner.updater.spi.PollingGraphUpdaterParameters;

public record GtfsRealtimeAlertsUpdaterParameters(
  String configRef,
  String feedId,
  String url,
  int earlyStartSec,
  boolean fuzzyTripMatching,
  Duration frequency,
  HttpHeaders headers
)
  implements PollingGraphUpdaterParameters {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy