JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
reactor.core
Interface Receiver
All Known Implementing Classes:
ConnectableFlux
,
DirectProcessor
,
EmitterProcessor
,
FluxCancelOn
,
FluxElapsed
,
FluxSource
,
MonoCancelOn
,
MonoElapsed
,
MonoProcessor
,
MonoSource
,
Operators.DeferredSubscription
,
Operators.MonoSubscriber
,
Operators.SubscriberAdapter
,
ReplayProcessor
,
TopicProcessor
,
UnicastProcessor
,
WorkQueueProcessor
public interface
Receiver
A component that is linked to a source producer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Object
upstream
()
Return the direct source of data, Supports reference.
Method Detail
upstream
java.lang.Object upstream()
Return the direct source of data, Supports reference.
Returns:
the direct source of data, Supports reference.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method