Package io.quarkus.grpc
Annotation Type GlobalInterceptor
-
@Target({FIELD,PARAMETER,TYPE}) @Retention(RUNTIME) public @interface GlobalInterceptor
Denotes aServerInterceptorthat should be registered for all gRPC services, or aClientInterceptorthat should be registered for all injected gRPC clients.- See Also:
RegisterInterceptor,RegisterClientInterceptor