public class ReactiveEngineProvider extends Object
| Constructor and Description |
|---|
ReactiveEngineProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine |
getEngine() |
@Produces @ApplicationScoped public org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine getEngine()
ServiceLoader.load(Class) to find an implementation from the
Classpath.IllegalStateException - if no implementations are found.Copyright © 2018–2019 SmallRye. All rights reserved.