Interface Flow.Processor<T,R>
- Type Parameters:
T
- the subscribed item typeR
- the published item type
- All Superinterfaces:
Flow.Publisher<R>, Flow.Subscriber<T>
- Enclosing class:
Flow
A component that acts as both a Subscriber and Publisher.
- Since:
- 9
-
Method Summary
Methods inherited from interface Flow.Publisher
subscribe
Methods inherited from interface Flow.Subscriber
onComplete, onError, onNext, onSubscribe