CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: AkamaiNetStorage
Content-Type: text/html
ETag: "5479a88bea508b861664bc096d2cb695:1569359997.457572"
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=21599
Date: Tue, 14 Oct 2025 07:01:37 GMT
Content-Length: 2728
Connection: keep-alive
Flow.Processor (Java SE 9 & JDK 9 )
-
- Type Parameters:
T
- the subscribed item typeR
- the published item type
- 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>
A component that acts as both a Subscriber and Publisher.
-
-
Method Summary
-
Methods inherited from interface java.util.concurrent.Flow.Publisher
subscribe
-
Methods inherited from interface java.util.concurrent.Flow.Subscriber
onComplete, onError, onNext, onSubscribe
-
-