-
- 参数类型
-
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>
充当订阅服务器和发布服务器的组件。
-
-
方法摘要
-
声明方法的接口 java.util.concurrent.Flow.Publisher
subscribe
-
声明方法的接口 java.util.concurrent.Flow.Subscriber
onComplete, onError, onNext, onSubscribe
-
-