Class ReactiveTransactionalInterceptor

java.lang.Object
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractUniInterceptor
io.quarkus.hibernate.reactive.panache.common.runtime.ReactiveTransactionalInterceptor

@Interceptor @Priority(200) public class ReactiveTransactionalInterceptor extends AbstractUniInterceptor
  • Constructor Details

    • ReactiveTransactionalInterceptor

      public ReactiveTransactionalInterceptor()
  • Method Details

    • intercept

      public Object intercept(jakarta.interceptor.InvocationContext context) throws Exception
      Throws:
      Exception