public class ConcatStageFactory extends Object implements PublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Concat>
Stage.Concat stage. Because both streams can emits on different thread,
this operators takes care to called the user on a Vert.x context if the caller used one, otherwise it
uses the current thread.| Constructor and Description |
|---|
ConcatStageFactory() |
| Modifier and Type | Method and Description |
|---|---|
<O> PublisherStage<O> |
create(Engine engine,
org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Concat stage)
Creates the instance.
|
public <O> PublisherStage<O> create(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Concat stage)
PublisherStageFactorycreate in interface PublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Concat>O - output dataengine - the reactive enginestage - the stagenullCopyright © 2019–2020 SmallRye. All rights reserved.