# | Interceptor Class | Priority | Bindings | Interception Types |
---|---|---|---|---|
1. | io.quarkus.arc.runtime.devconsole.InvocationInterceptor | 1000 |
@Monitored |
|
2. | io.quarkus.micrometer.runtime.MicrometerTimedInterceptor | 1010 |
@Timed |
|
3. | io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired | 200 |
@Transactional(value = REQUIRED) |
|
4. | io.quarkus.security.runtime.interceptor.PermitAllInterceptor | 1000 |
@PermitAll |
|
5. | io.quarkus.security.runtime.interceptor.RolesAllowedInterceptor | 1000 |
@RolesAllowed(value = [""]) |
|