| Interface | Description |
|---|---|
| GrpcExceptionResponseHandler |
An exception handler for errors in the grpc call execution (For both the grpc method implementations and the
StreamObservers used to process incoming messages and sending outgoing errors). |
| Class | Description |
|---|---|
| GrpcExceptionInterceptor |
Interceptor to use for global exception handling.
|
| GrpcExceptionListener<ReqT,RespT> |
ServerCall.Listener for server side exception handling. |
| GrpcExceptionServerCall<ReqT,RespT> |
Specialized
ServerCall for server side exception handling. |