Uses of Interface
org.reactivestreams.Publisher
-
-
Uses of Publisher in org.reactivestreams
Subinterfaces of Publisher in org.reactivestreams Modifier and Type Interface Description interface
Processor<T,R>
A Processor represents a processing stage—which is both aSubscriber
and aPublisher
and obeys the contracts of both.
-