Uses of Interface
org.springframework.grpc.server.exception.GrpcExceptionHandler
Packages that use GrpcExceptionHandler
Package
Description
Exception handling for gRPC servers.
Security infrastructure for gRPC servers.
-
Uses of GrpcExceptionHandler in org.springframework.grpc.sample
Methods in org.springframework.grpc.sample that return GrpcExceptionHandler -
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 GrpcExceptionHandler