File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ backpressure support.
2828 [ MQTT 5.0] ( https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html ) features**
2929- API flavors:
3030 - ** 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
3434 - Switch flexibly between flavours and use them concurrently
3535 - Flavours are clearly separated but have a consistent API style
3636- ** Backpressure support** :
You can’t perform that action at this time.
0 commit comments