Inspectopedia Help

Class implements Publisher

Reports classes that directly implement the Publisher 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()

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Reactive Streams, 233.SNAPSHOT

Last modified: 13 July 2023