Spring Tips: the Spring Web Flux Reactive Client

  Рет қаралды 44,738

SpringDeveloper

SpringDeveloper

Күн бұрын

Пікірлер: 21
@JesseQuickEats
@JesseQuickEats 7 жыл бұрын
Can someone explain line 10 @9:32 I am receving an error: new SpringApplication(ReactiveClientApplication.class, args) The constructor SpringApplicationBuilder(Class, String[]) is undefined Also line 27 @12:47 Error: Syntax error on token ":", invalid AssignmentOperator Am I missing something?
@ellypally267
@ellypally267 6 жыл бұрын
remove the args paramater in static void main method
@Cyberglad
@Cyberglad 7 жыл бұрын
.flatMap(cr -> cr.bodyToFlux(Event.class)) - why your compiler doesn't complain "cannot convert Flux to Mono"?? You changed again the API specs?
@srinivasuludagda5736
@srinivasuludagda5736 6 жыл бұрын
Change .flatMap(cr -> cr.bodyToFlux(Event.class)) to .flatMapMany(clientResponse -> clientResponse.bodyToFlux(Event.class)) and add @NoArgsConstructor in Event.class
@TheRajesh999999
@TheRajesh999999 4 жыл бұрын
@@srinivasuludagda5736 My Response is giving me a header content-type 'text/plain;charset=UTF-8' and it is not able to convert to my class
@renceabishek
@renceabishek 4 жыл бұрын
Interesting to see Spring people also using Intellij intead of STS :)
@oleersoy6547
@oleersoy6547 7 жыл бұрын
That Rocked!!
@BoatToast
@BoatToast 6 жыл бұрын
Code at 11:50 stopped compiling, I use the following now: webClient.get() .uri("/stream") .accept(MediaType.TEXT_EVENT_STREAM) .exchange() .flatMapMany(clientResponse -> clientResponse.bodyToFlux(Movie.class)) .subscribe(System.out::println);
@abhijitprusty
@abhijitprusty 3 жыл бұрын
just awesome
@李字符
@李字符 7 жыл бұрын
Awesome!!!~
@neotechfriend
@neotechfriend 7 жыл бұрын
AllArgsConstructor error with Final in Event class
@neotechfriend
@neotechfriend 7 жыл бұрын
Just installed lombok plugin Ok
@ukyo1541
@ukyo1541 4 жыл бұрын
Interesting ~
@zedisdeadz
@zedisdeadz 7 жыл бұрын
6:40 OK wtf happened here?
@李字符
@李字符 7 жыл бұрын
just like netty
@Zhuinden
@Zhuinden 7 жыл бұрын
Zip "waits" until the next emission, and it returns a tuple
@cafeta
@cafeta 7 жыл бұрын
Notice me senpai Josh!!, lol
@AntinKrauss
@AntinKrauss 7 жыл бұрын
Why maven?
@Zhuinden
@Zhuinden 7 жыл бұрын
It's better supported for server-side stuff, no?
Spring Tips: The Reactor Context
45:36
SpringDeveloper
Рет қаралды 13 М.
Avoiding Reactor Meltdown
58:22
SpringDeveloper
Рет қаралды 23 М.
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
Spring Tips: Server Sent Events (SSE) in Spring MVC and Spring WebFlux
17:22
WebFlux.fn and WebMvc.fn: Functional Web Endpoints
27:27
SpringDeveloper
Рет қаралды 2,7 М.
Reactive Spring - Josh Long, Mark Heckler
1:09:39
SpringDeveloper
Рет қаралды 25 М.
Guide to "Reactive" for Spring MVC Developers
1:04:27
SpringDeveloper
Рет қаралды 62 М.
Do’s and Don’ts: Avoiding First-Time Reactive Programmer Mines
58:38
Spring Tips: Reactive WebSockets with Spring Framework 5
28:47
SpringDeveloper
Рет қаралды 27 М.
Reactor in Action - Simon Baslé, Victor Grazi
1:09:45
SpringDeveloper
Рет қаралды 31 М.
Spring Tips: Testing Reactive Code
1:04:01
SpringDeveloper
Рет қаралды 15 М.
Reactive Relational Database Connectivity with Spring
58:10
SpringDeveloper
Рет қаралды 30 М.
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН