Package net.devh.boot.grpc.server.advice
Annotation Interface GrpcAdvice
Special
@Component
to declare global gRPC exception handling.
Every class annotated with @GrpcAdvice
is marked to be scanned for
@GrpcExceptionHandler
annotations.
- See Also: