- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 85字
- 2021-06-30 19:13:28
Flux
Flux is one of the main types in Reactor. A Flux is the equivalent of an RxJava Observable, capable of emitting zero or more items, and then, optionally, either completing or failing.
Flux is one of the Reactive types that implement the Publisher interface from the Reactive Streams manifesto. Flux's main role is to deal with streams of data. Flux mainly represents a stream of N elements.
Flux is a publisher, a sequence of events of a specific Plain Old Java Object ( POJO) type.
推薦閱讀
- Learning Karaf Cellar
- 城域網與廣域網(第2版)
- 城市治理一網統管
- 網絡安全應急響應技術實戰
- 通信原理及MATLAB/Simulink仿真
- 網絡AI+:2030后的未來網絡
- Learning Storm
- 從實踐中學習手機抓包與數據分析
- Laravel Application Development Cookbook
- React Design Patterns and Best Practices(Second Edition)
- 網絡信息安全工程技術與應用分析
- Building Microservices with Spring
- 無線傳感器網絡定位方法及應用
- Twilio Cookbook(Second Edition)
- Oracle ADF Faces Cookbook