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 Producer
All Known Implementing Classes:
BlockingSink
,
MonoProcessor
,
Operators.MonoSubscriber
,
Operators.SubscriberAdapter
,
UnicastProcessor
public interface
Producer
A component that will emit events to a downstream.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Object
downstream
()
Return the direct data receiver.
Method Detail
downstream
java.lang.Object downstream()
Return the direct data receiver.
Returns:
the direct data receiver
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