Annotation Type ReactiveTransactional
-
@Deprecated(forRemoval=true) @Inherited @InterceptorBinding @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface ReactiveTransactional
Deprecated, for removal: This API element is subject to removal in a future version.UseWithTransaction
instead.Use this annotation on your method to run them in a reactiveMutiny.Transaction
.The annotated method must return a
Uni
.