Class ErrorHandlerAdapter


  • public class ErrorHandlerAdapter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected io.grpc.Status handle​(java.lang.Exception e, io.grpc.Status status, GRpcExceptionScope scope)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorHandlerAdapter

        public ErrorHandlerAdapter​(java.util.Optional<GRpcErrorHandler> errorHandler)
    • Method Detail

      • handle

        protected io.grpc.Status handle​(java.lang.Exception e,
                                        io.grpc.Status status,
                                        GRpcExceptionScope scope)