JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Java SE 18 & JDK 18
DRAFT 18-internal+0-adhoc.alvdavi.genshen
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
java.base
Package
java.util.concurrent
Interface Flow.Processor<T,
R>
Type Parameters:
T
- the subscribed item type
R
- 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 declared in interface java.util.concurrent.
Flow.Publisher
subscribe
Methods declared in interface java.util.concurrent.
Flow.Subscriber
onComplete
,
onError
,
onNext
,
onSubscribe