Skip to content

Instantly share code, notes, and snippets.

@shazin
Created December 9, 2017 05:10
Show Gist options
  • Save shazin/7da03b9a767c3a6aa0e0663d62dcc465 to your computer and use it in GitHub Desktop.
Save shazin/7da03b9a767c3a6aa0e0663d62dcc465 to your computer and use it in GitHub Desktop.
// Find by Number, Aggregate to a List, Block until finish
List myTaxis = taxiRepository
.findByNumber("CAL-4259")
.collectList()
.block();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment