You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My GrpcService are created and wired with their dependencies inside Java Confifuration classes. They are not annotated with @GRpcService because we have a policy to not let service classes beeing discovered by classpath scanning.
In this case, local @GRpcExceptionHandler method inside the GrpcService are not detected and not invoqued in the handling of exceptions.
The text was updated successfully, but these errors were encountered:
My GrpcService are created and wired with their dependencies inside Java Confifuration classes. They are not annotated with @GRpcService because we have a policy to not let service classes beeing discovered by classpath scanning.
In this case, local @GRpcExceptionHandler method inside the GrpcService are not detected and not invoqued in the handling of exceptions.
The text was updated successfully, but these errors were encountered: