Annotation Interface 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.
Use WithTransaction instead.
Use this annotation on your method to run them in a reactive Mutiny.Transaction.

The annotated method must return a Uni.