Created
December 9, 2017 05:10
-
-
Save shazin/7da03b9a767c3a6aa0e0663d62dcc465 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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