Annotation Interface GrpcExceptionHandler


@Repeatable(GrpcExceptionHandlers.class) @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface GrpcExceptionHandler
Specifies a GrpcExceptionHandlerFunction class which handles exceptions throwing from a gRPC service or its methods.