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