Class GRpcExceptionHandlerMethodResolver

java.lang.Object
org.lognet.springboot.grpc.recovery.GRpcExceptionHandlerMethodResolver

public class GRpcExceptionHandlerMethodResolver extends Object
  • Constructor Details

  • Method Details

    • hasErrorHandlers

      public boolean hasErrorHandlers()
    • resolveMethodByThrowable

      public Optional<HandlerMethod> resolveMethodByThrowable(String grpcServiceName, Throwable exception)