Class ReactiveEngineProvider
java.lang.Object
org.wildfly.extension.microprofile.reactive.streams.operators.cdi.ReactiveEngineProvider
- Author:
- Kabir Khan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
-
Constructor Details
-
ReactiveEngineProvider
public ReactiveEngineProvider()
-
-
Method Details
-
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.
-