Class FlowConverterRegistrar

  • All Implemented Interfaces:
    io.micronaut.core.convert.TypeConverterRegistrar

    @Singleton
    @Requires(classes={reactor.core.publisher.Flux.class,kotlinx.coroutines.reactive.ReactiveFlowKt.class})
    public class FlowConverterRegistrar
    extends java.lang.Object
    implements io.micronaut.core.convert.TypeConverterRegistrar
    Converts between a Flux and a Publisher.
    Since:
    1.3
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void register​(io.micronaut.core.convert.ConversionService<?> conversionService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlowConverterRegistrar

        public FlowConverterRegistrar()
    • Method Detail

      • register

        public void register​(io.micronaut.core.convert.ConversionService<?> conversionService)
        Specified by:
        register in interface io.micronaut.core.convert.TypeConverterRegistrar