Uses of Class
de.stklcode.pubtrans.ura.exception.UraClientConfigurationException
Packages that use UraClientConfigurationException
-
Uses of UraClientConfigurationException in de.stklcode.pubtrans.ura
Methods in de.stklcode.pubtrans.ura that throw UraClientConfigurationExceptionModifier and TypeMethodDescriptionUraClient.getTripsStream(UraClient.Query query, Consumer<Trip> consumer) Get trips for given stopIDs and lineIDs using stream API and pass each result to given consumer.UraClient.getTripsStream(UraClient.Query query, List<Consumer<Trip>> consumers) Get trips for given stopIDs and lineIDs using stream API and pass each result to given consumers.UraClient.Query.getTripsStream(Consumer<Trip> consumer) Get trips for set filters.UraClient.Query.getTripsStream(List<Consumer<Trip>> consumers) Get trips for set filters.