public class PeekStageFactory extends Object implements ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Peek>
Stage.Peek stage.| Constructor and Description |
|---|
PeekStageFactory() |
| Modifier and Type | Method and Description |
|---|---|
<I,O> ProcessingStage<I,O> |
create(Engine engine,
org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Peek stage)
Creates the instance.
|
public <I,O> ProcessingStage<I,O> create(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Peek stage)
ProcessingStageFactorycreate in interface ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Peek>I - input dataO - output dataengine - the reactive enginestage - the stagenullCopyright © 2019–2020 SmallRye. All rights reserved.