Iterating over Multi’s items: Stream vs ParallelStream

前端 未结 0 712
予麋鹿
予麋鹿 2020-12-14 14:30

smallrye-mutiny guide says what we can block on Miltis and iterate with calling:

Stream stream = multi.subscribe().asStream();
stream.forEach(this::d         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题