Class ReactorCoroutineTxHelper


  • @Internal
    @Singleton
    @Requires(classes={kotlin.coroutines.CoroutineContext.class,kotlinx.coroutines.reactor.ReactorContext.class})
    public final class ReactorCoroutineTxHelper
    extends java.lang.Object
    Helper to setup Kotlin coroutine context with Reactor.
    Since:
    3.9.1
    Author:
    Denis Stepanov
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.util.context.ContextView getReactorContext​(io.micronaut.aop.kotlin.KotlinInterceptedMethod kotlinInterceptedMethod)  
      • Methods inherited from class java.lang.Object

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

      • ReactorCoroutineTxHelper

        public ReactorCoroutineTxHelper()
    • Method Detail

      • getReactorContext

        @Nullable
        public reactor.util.context.ContextView getReactorContext​(@NonNull
                                                                  io.micronaut.aop.kotlin.KotlinInterceptedMethod kotlinInterceptedMethod)