Annotation Interface GlobalInterceptor


@Target({FIELD,PARAMETER,TYPE,METHOD}) @Retention(RUNTIME) public @interface GlobalInterceptor
Denotes a ServerInterceptor that should be registered for all gRPC services, or a ClientInterceptor that should be registered for all injected gRPC clients.
See Also: