Uses of Interface
org.springframework.grpc.server.exception.GrpcExceptionHandler
Packages that use GrpcExceptionHandler
Package
Description
Support for annotation-based gRPC exception handling using
@GrpcAdvice and
@GrpcExceptionHandler.Exception handling for gRPC servers.
Security infrastructure for gRPC servers.
-
Uses of GrpcExceptionHandler in org.springframework.grpc.server.advice
Classes in org.springframework.grpc.server.advice that implement GrpcExceptionHandlerModifier and TypeClassDescriptionclassHandles exceptions by delegating to@GrpcExceptionHandlermethods in@GrpcAdvicebeans. -
Uses of GrpcExceptionHandler in org.springframework.grpc.server.exception
Classes in org.springframework.grpc.server.exception that implement GrpcExceptionHandlerConstructors in org.springframework.grpc.server.exception with parameters of type GrpcExceptionHandlerModifierConstructorDescriptionCompositeGrpcExceptionHandler(GrpcExceptionHandler... exceptionHandlers) protectedGrpcExceptionHandledServerCall(io.grpc.ServerCall<ReqT, RespT> delegate, GrpcExceptionHandler handler) GrpcExceptionHandlerInterceptor(GrpcExceptionHandler exceptionHandler) -
Uses of GrpcExceptionHandler in org.springframework.grpc.server.security
Classes in org.springframework.grpc.server.security that implement GrpcExceptionHandlerModifier and TypeClassDescriptionclassException handler for server-side exceptions.