Package io.quarkus.grpc
Annotation Type RegisterInterceptor
-
@Repeatable(RegisterInterceptors.class) @Target(TYPE) @Retention(RUNTIME) public @interface RegisterInterceptor
Registers aServerInterceptorfor a particular gRPC service.- See Also:
GlobalInterceptor
-
-
Element Detail
-
value
Class<? extends io.grpc.ServerInterceptor> value
-
-