web3j-docs
web3j-docs copied to clipboard
Filters and Flowables page is possibly incorrect
On Filters and Flowables page http://docs.web3j.io/4.8.7/getting_started/pub_sub/
There is code with Subscription
Subscription subscription = web3j.blockFlowable(false).subscribe(block -> {
- but it is not clear what exact class is too import
- It is different from actual
io.reactivex.disposables.Disposable