Class GrpcExceptionInterceptor

java.lang.Object
net.devh.boot.grpc.server.error.GrpcExceptionInterceptor
All Implemented Interfaces:
ServerInterceptor

public class GrpcExceptionInterceptor extends Object implements ServerInterceptor
Interceptor to use for global exception handling. Every raised Throwable is caught and being processed. Actual processing of exception is in GrpcExceptionListener.

See Also: