You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently logic that should be handled by TripCancellationProcessor is done in TripUpdateProcessor, because that's where the cache-object is. We could inject the cache to processors and thus make the code more easier to follow
Note: remember to synchronize the cache.
The text was updated successfully, but these errors were encountered:
Currently logic that should be handled by TripCancellationProcessor is done in TripUpdateProcessor, because that's where the cache-object is. We could inject the cache to processors and thus make the code more easier to follow
Note: remember to synchronize the cache.
The text was updated successfully, but these errors were encountered: