See: Description
Interface | Description |
---|---|
Flow.Processor<T,R> |
A component that acts as both a Subscriber and Publisher.
|
Flow.Publisher<T> |
A producer of items (and related control messages) received by
Subscribers.
|
Flow.Subscriber<T> |
A receiver of messages.
|
Flow.Subscription |
Message control linking a
Flow.Publisher and Flow.Subscriber . |
JerseyFlowSubscriber<T> | |
SubmittableFlowPublisher<T> |
A
Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed. |
Class | Description |
---|---|
Flow |
Interrelated interfaces and static methods for establishing
flow-controlled components in which
Publishers
produce items consumed by one or more Subscribers , each managed by a Subscription . |
JerseyFlowSubscriber | |
SubmissionPublisher<T> |
A
Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed. |
SubmissionPublisher |
A
Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed. |
SubmissionPublisherFactory |
Factory creating JDK8 compatible SubmissionPublisher (Jdk8SubmissionPublisher) or JDK 9+ SubmissionPublisher
|
SubmissionPublisherFactory |
Factory creating JDK8 compatible SubmissionPublisher (Jdk8SubmissionPublisher) or JDK 9+ SubmissionPublisher
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.