java.lang.Object
org.wildfly.extension.microprofile.reactive.streams.operators.cdi.ReactiveEngineProvider

@Dependent public class ReactiveEngineProvider extends Object
Author:
Kabir Khan
  • 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.