Class GRpcExceptionHandlerMethodResolver
java.lang.Object
org.lognet.springboot.grpc.recovery.GRpcExceptionHandlerMethodResolver
-
Constructor Summary
ConstructorsConstructorDescriptionGRpcExceptionHandlerMethodResolver(GRpcServicesRegistry registry, Collection<Object> advices) -
Method Summary
Modifier and TypeMethodDescriptionbooleanresolveMethodByThrowable(String grpcServiceName, Throwable exception)
-
Constructor Details
-
GRpcExceptionHandlerMethodResolver
public GRpcExceptionHandlerMethodResolver(GRpcServicesRegistry registry, Collection<Object> advices)
-
-
Method Details
-
hasErrorHandlers
public boolean hasErrorHandlers() -
resolveMethodByThrowable
public Optional<HandlerMethod> resolveMethodByThrowable(String grpcServiceName, Throwable exception)
-