Skip to content

Instantly share code, notes, and snippets.

@jackdpeterson
Created January 31, 2020 17:37
Show Gist options
  • Save jackdpeterson/73948cd2457b4db6865755924bfbe845 to your computer and use it in GitHub Desktop.
Save jackdpeterson/73948cd2457b4db6865755924bfbe845 to your computer and use it in GitHub Desktop.
return this.cachedOfferResponseRepository.findCachedOfferResponseBySellerIdEqualsAndProductIdEquals(CLIENT_ID.toString(), gtin)
.flatMapIterable(CachedProductOfferResponse::getOffers)
.switchIfEmpty(this.requestAndCache(gtin));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment