Class AbstractUniInterceptor

java.lang.Object
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractUniInterceptor
Direct Known Subclasses:
ReactiveTransactionalInterceptor, WithSessionInterceptor, WithSessionOnDemandInterceptor, WithTransactionInterceptor

abstract class AbstractUniInterceptor extends Object
  • Constructor Details

    • AbstractUniInterceptor

      AbstractUniInterceptor()
  • Method Details

    • proceedUni

      protected <T> io.smallrye.mutiny.Uni<T> proceedUni(jakarta.interceptor.InvocationContext context)
    • isUniReturnType

      protected boolean isUniReturnType(jakarta.interceptor.InvocationContext context)