UAST
Class implements Subscriber
Warning
Performance
New
Last modified: 03 December 2024Reports classes that directly implement the Subscriber
interface.
Consider using static generators from RxJava, Reactor or Mutiny, for example:
Flux.just()
,Flux.create()
,Flux.generate()
,Flux.from()
Mono.create()
,Mono.from()
,Mono.just()
Flowable.just()
,Flowable.from()
Maybe.just()
,Maybe.from()
Multi.createFrom()
,Multi.createBy()
Uni.createFrom()
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ReactiveStreamsSubscriberImplementation
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Reactive Streams, 243.23126 |
Thanks for your feedback!
Was this page helpful?