Class ReactiveEngineProvider
- java.lang.Object
-
- org.wildfly.extension.microprofile.reactive.streams.operators.cdi.ReactiveEngineProvider
-
@Dependent public class ReactiveEngineProvider extends Object
- Author:
- Kabir Khan
-
-
Constructor Summary
Constructors Constructor Description ReactiveEngineProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEnginegetEngine()
-
-
-
Method Detail
-
getEngine
@Produces @ApplicationScoped public org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine getEngine()
- Returns:
- the reactive stream engine. It uses
ServiceLoader.load(Class)to find an implementation from the Classpath. - Throws:
IllegalStateException- if no implementations are found.
-
-