File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ backpressure support.
28
28
[ MQTT 5.0] ( https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html ) features**
29
29
- API flavors:
30
30
- ** Reactive** : [ Reactive Streams] ( https://www.reactive-streams.org/ ) compatible,
31
- [ RxJava] ( https://github.com/ReactiveX/RxJava ) and [ Reactor] ( https://github.com/reactor/reactor-core ) APIs available.
32
- - ** Asynchronous** : futures and callbacks
33
- - ** Blocking** : for quick start and testing
31
+ [ RxJava] ( https://github.com/ReactiveX/RxJava ) and [ Reactor] ( https://github.com/reactor/reactor-core ) APIs available
32
+ - ** Asynchronous API ** : futures and callbacks
33
+ - ** Blocking API ** : for quick start and testing
34
34
- Switch flexibly between flavours and use them concurrently
35
35
- Flavours are clearly separated but have a consistent API style
36
36
- ** Backpressure support** :
You can’t perform that action at this time.
0 commit comments