JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.smallrye.mutiny.streams.operators
Interface PublisherStage<O>
All Superinterfaces:
Supplier
<
Multi
<O>>
public interface
PublisherStage<O>
extends
Supplier
<
Multi
<O>>
Specialization of the
ProcessingStage
for data sources (publishers).
Author:
Clement Escoffier
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Multi
<
O
>
get
()
Method Details
get
Multi
<
O
>
get
()
Specified by:
get
in interface
Supplier
<
O
>
Returns:
the publisher.