Class ReactorCoroutineTxHelper
- java.lang.Object
-
- io.micronaut.transaction.interceptor.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
-
-
Constructor Summary
Constructors Constructor Description ReactorCoroutineTxHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.util.context.ContextView
getReactorContext(io.micronaut.aop.kotlin.KotlinInterceptedMethod kotlinInterceptedMethod)
-