- Hands-On Spring Security 5 for Reactive Applications
- Tomcy John
- 190字
- 2021-07-23 18:59:13
Modules in Reactor
With the latest release of Reactor 3.0 the project has been structured with modularity in mind. Reactor 3.0 consists of four major components namely Core, IO, Addons, and Reactive Streams Commons.
- Reactor Core (https://github.com/reactor/reactor-core): The main library within Reactor. It provides foundational, non-blocking JVM-compliant Reactive Streams Specification implementations. It also contains code for Reactor types, such as Flux and Mono.
- Reactor IO (https://github.com/reactor/reactor-ipc): It contains backpressure-ready components that can be used to encode, decode, send (unicast, multicast, or request/response), and then serve connections. It also contains support for Kafka (https://kafka.apache.org/), Netty (http://netty.io/), and Aeron (https://github.com/real-logic/aeron).
- Addons (https://github.com/reactor/reactor-addons): As the name suggests, these are add-ons that consist of three components:
- reactor-adapter: Contains a bridge to RxJava 1 or 2 types, such as Observable, Completable, Single, Maybe, and Mono/Flux back and forth.
- reactor-logback: Supports logback over asynchronous reactor-core processors.
- reactor-extra: Contains more operations for Flux, which include mathematical operations such as sum and average.
- Reactive Streams Commons (https://github.com/reactor/reactive-streams-commons): A collaboration experiment project between Spring's Reactor and RxJava. It also contains Reactor-Streams-compliant operators that both projects implement. Issues fixed on one project are also fixed on the other.
推薦閱讀
- Android應(yīng)用安全實(shí)戰(zhàn):Frida協(xié)議分析
- 黑客攻防入門(mén)秘笈
- Computer Forensics with FTK
- 情報(bào)驅(qū)動(dòng)應(yīng)急響應(yīng)
- 網(wǎng)絡(luò)安全大數(shù)據(jù)分析與實(shí)戰(zhàn)
- 白話零信任
- CTF快速上手:PicoCTF真題解析(Web篇)
- Kali Linux無(wú)線網(wǎng)絡(luò)滲透測(cè)試詳解
- 2010年中國(guó)互聯(lián)網(wǎng)網(wǎng)絡(luò)安全報(bào)告
- Web安全之機(jī)器學(xué)習(xí)入門(mén)
- 大數(shù)據(jù)時(shí)代的云安全
- 網(wǎng)絡(luò)安全等級(jí)保護(hù)2.0:定級(jí)、測(cè)評(píng)、實(shí)施與運(yùn)維
- 精通Veeam Backup&Replication(原書(shū)第2版)
- 業(yè)務(wù)安全關(guān)鍵技術(shù)與應(yīng)用實(shí)踐
- Active Directory Administration Cookbook