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.
-
Method Summary
Methods inherited from interface org.glassfish.jersey.internal.jsr166.Flow.Publisher
subscribe
Methods inherited from interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber
onComplete, onError, onNext, onSubscribe