-
- 参数类型
-
T
- 订阅的项目类型 -
R
- 已发布的项目类型
- All Superinterfaces:
-
Flow.Publisher<R>
,Flow.Subscriber<T>
- Enclosing class:
- Flow
public static interface Flow.Processor<T,R> extends Flow.Subscriber<T>, Flow.Publisher<R>
作为订阅者和发布者的组件。
-
-
方法摘要
-
Methods inherited from interface java.util.concurrent.Flow.Publisher
subscribe
-
Methods inherited from interface java.util.concurrent.Flow.Subscriber
onComplete, onError, onNext, onSubscribe
-
-