T
- the type of element signaled to the Subscriber
R
- the type of element signaled by the Publisher
public interface Processor<T,R> extends Subscriber<T>, Publisher<R>
Subscriber
and a Publisher
and obeys the contracts of both.onComplete, onError, onNext, onSubscribe