Stefan Kalscheuer 9b62867b3f
All checks were successful
continuous-integration/drone/push Build is passing
introduce asynchronous data retrieval
The client now offers getTripsAsync(), getStopsAsync() and
getMessagesAsync() that return a Future of the requested objects. The
synchronous methods are still present, but only wrap the new ones
internally.
2022-08-30 13:36:39 +02:00
..