Annotation Interface GrpcAdvice


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Component public @interface GrpcAdvice
Special @Component to declare global gRPC exception handling.

Every class annotated with @GrpcAdvice is marked to be scanned for @GrpcExceptionHandler annotations.

See Also: