| Package | Description |
|---|---|
| java9.util.concurrent |
Some of the Java 8 and Java 9 utility classes commonly used in concurrent programming.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Flow.Processor<T,R>
A component that acts as both a Subscriber and Publisher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubmissionPublisher<T>
A
Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed. |
Copyright © 2020. All rights reserved.