forked from reactor/reactor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
30 lines (29 loc) · 1.22 KB
/
overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
This document is the API specification for the Reactor Core library.
Routine use of Reactor will involve the composable <a href="www.reactive-streams.org"
target="_blank">Reactive Streams</a>
<a href="/docs/core/release/api/reactor/core/publisher/Flux.html"
target="_blank">Flux</a>, <a href="/docs/core/release/api/reactor/core/publisher/Mono.html"
target="_blank">Mono</a> and message passing <a
href="/docs/core/release/api/reactor/core/publisher/FluxProcessor.html"
target="_blank">Processor</a> located
under
<a
href="/docs/core/release/api/reactor/core/publisher/package-summary.html"
target="_blank">reactor.core.publisher</a>.
<hr/>
<div id="overviewBody">
<p>
Reactor Core is a succinct and powerful foundational library for building reactive and efficient applications
on the JVM.
More detailed documentation is available on the <a href="https://projectreactor.io/docs/core/release/reference/"
target="_blank">reference guide</a>.
</p>
</div>
</body>
</html>