web3j-docs icon indicating copy to clipboard operation
web3j-docs copied to clipboard

Filters and Flowables page is possibly incorrect

Open paulvi opened this issue 3 years ago • 1 comments

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 -> {

  1. but it is not clear what exact class is too import
  2. It is different from actual io.reactivex.disposables.Disposable

paulvi avatar Aug 26 '21 03:08 paulvi