Class ReactiveEngineProvider


  • @Dependent
    public class ReactiveEngineProvider
    extends Object
    Author:
    Kabir Khan
    • Constructor Detail

      • ReactiveEngineProvider

        public ReactiveEngineProvider()
    • 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.