Тёмный

31 Flux to Mono (Reactive programming with Java - full course) 

Java Brains
Подписаться 665 тыс.
Просмотров 21 тыс.
50% 1

Course: Reactive programming in Java
Covers: Reactive fundamentals, Project Reactor
Access this full course NOW & unlock more awesome courses like this by becoming a member:
/ @java.brains
Website:
www.javabrains.io
Learn the basics of reactive programming. You will learn to "THINK REACTIVE" - understand the paradigm shift and thinking change necessary to write code in a reactive way using Project Reactor.
New video every 3 days! Subscribe and enable notifications to be alerted.

Опубликовано:

 

14 сен 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@santoshkumar-mh1ke
@santoshkumar-mh1ke Год назад
Thank you Koushik for the amazing work
@drdzdd
@drdzdd Год назад
Great video as usual. Got me motivated
@sidddcloud
@sidddcloud Год назад
Can we please get a full course on graphql anytime soon?
@kaushikravikumar7472
@kaushikravikumar7472 Год назад
Excellent video! Can you please share what IntelliJ theme and font you are using?
@shivask5543
@shivask5543 Год назад
👌!! Thanks!!
@user-gc9tu3yx6x
@user-gc9tu3yx6x Год назад
Hi Koushik! Thanks to your course! I got the last task as take sums of every element with its neigbours, like 1+2 , 2+3, 3+4... So my solution was like: intNumbersFlux().zipWith(intNumbersFlux().skip(1)) .map(tuple -> (Integer) tuple.get(0) + (Integer) tuple.get(1)) .subscribe(System.out::println);
@gajavallisupriya6718
@gajavallisupriya6718 8 месяцев назад
so as the return type of collectList() is Mono so program will wait untill we print result .even if we don't write code for "press any key to end". correct me if I am wrong
@andraspoljak
@andraspoljak 11 месяцев назад
at 6:17 we can use .map(list -> list.stream().mapToInt(Integer::intValue).sum()) and it sums up all elements in the list
@tusharsood4857
@tusharsood4857 Месяц назад
There are some lectures missing from 23 numbers come to 26 and again from 31 to 34 directly @javabrains
@apurvavinod5613
@apurvavinod5613 Год назад
Thank you Koushik for the course. Could you make a 'Code with Me' course for a Full stack application based on Java Reactive Programming?
@updownftw_
@updownftw_ Год назад
Yes, we would like that
@user-of8zz4jq5y
@user-of8zz4jq5y 11 месяцев назад
Why does buffer operator return Flux and not just Flux? Flux itself can hold more than 1 elements then why it needs to store a list?
@g1patil
@g1patil Год назад
I am not sure how take(n) works. I have flux with 5 objects, and have take(1).log().subscribe() , it only logs the first one and does not log the rest 4 . Does take , only takes the given number and finish ?
@millfreedom
@millfreedom Год назад
Okay, this is okay, but you need to get rid of spelling continuously “okay”, okay? Because okay is you parasite word, okay, and it’s a very frustrating one, okay, and this is not okay.
@Java.Brains
@Java.Brains Год назад
Okay 👍
@gemkhatry
@gemkhatry Год назад
@@Java.Brains 🤣
Далее
Project Reactor - реактивная Java
27:27
Просмотров 47 тыс.
Мамооо 😂😂😂
00:21
Просмотров 95 тыс.
What is Spring Webflux and when to use it?
17:46
Просмотров 239 тыс.
WebFlux. Реактивный web с Spring Java
22:41