Class KotlinInterceptedMethodAsyncResultSupplier<C,T>

java.lang.Object
io.micronaut.transaction.interceptor.KotlinInterceptedMethodAsyncResultSupplier<C,T>
Type Parameters:
C - The connection type
T - The supplied type
All Implemented Interfaces:
Function<AsyncTransactionStatus<C>,CompletionStage<T>>

@Internal public final class KotlinInterceptedMethodAsyncResultSupplier<C,T> extends Object implements Function<AsyncTransactionStatus<C>,CompletionStage<T>>
The supplier of the Kotlin intercepted method result, allows to access the actual intercepted method.
Since:
3.5.0
Author:
Denis Stepanov
  • Method Details