Package org.springframework.grpc.server.advice
@NullMarked
package org.springframework.grpc.server.advice
Support for annotation-based gRPC exception handling using
@GrpcAdvice and
@GrpcExceptionHandler.-
ClassDescriptionMarks a class for gRPC exception handling with
@GrpcExceptionHandlermethods.Discovers@GrpcAdvicebeans and@GrpcExceptionHandlermethods.Handles exceptions by delegating to@GrpcExceptionHandlermethods in@GrpcAdvicebeans.Marks a method as a gRPC exception handler within a@GrpcAdviceclass.Maps exception types to@GrpcExceptionHandlermethods.