- Hands-On Reactive Programming with Reactor
- Rahul Sharma
- 66字
- 2021-08-13 15:22:56
The Flux.just method
This is the simplest method for Flux generation. It takes a set of values, such as var-args, and generates a finite Flux stream with them. Each of the values specified as var-args forms a value event of the Flux. A completion event is published after publishing all of the specified values:
Flux.just("Red");
Flux.just("Red", "Blue", "Yellow", "Black");
Flux.just(new Person("Rahul"), new Person("Rudra"));
推薦閱讀
- 虛擬儀器設(shè)計測控應(yīng)用典型實例
- 中文版Photoshop CS5數(shù)碼照片處理完全自學(xué)一本通
- Hadoop 2.x Administration Cookbook
- ServiceNow Cookbook
- Expert AWS Development
- 人工智能與人工生命
- Implementing Oracle API Platform Cloud Service
- Hybrid Cloud for Architects
- Visual FoxPro數(shù)據(jù)庫基礎(chǔ)及應(yīng)用
- HTML5 Canvas Cookbook
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- 工業(yè)機器人入門實用教程
- Oracle 11g Anti-hacker's Cookbook
- JSP通用范例開發(fā)金典
- 軟件質(zhì)量管理實踐