JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.springframework.grpc.server.advice
GrpcAdvice
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface GrpcAdvice
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
@Documented
@Component
public @interface
GrpcAdvice
Marks a class for gRPC exception handling with
@GrpcExceptionHandler
methods.
Author:
Oleksandr Shevchenko
See Also:
GrpcExceptionHandler