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