binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 628 forks source link

Webflux/Reactor usage #393

Open hurek opened 3 years ago

hurek commented 3 years ago

Hello! Is this API compatible with Reactor/Webflux, or do I need to implement the client myself to work with reactive patterns? Thanks