Interface PublisherStage<O>
-
- All Superinterfaces:
java.util.function.Supplier<Multi<O>>
public interface PublisherStage<O> extends java.util.function.Supplier<Multi<O>>
Specialization of theProcessingStagefor data sources (publishers).- Author:
- Clement Escoffier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Multi<O>get()
-