Annotation Interface GRpcServiceAdvice


@Target(TYPE) @Retention(RUNTIME) @Documented @Component public @interface GRpcServiceAdvice
Type-level annotation to register the annotated type as global error handler advice.

Use GRpcExceptionHandler method-level annotation to define handler method for specific Exception type.