Module io.helidon.grpc.api
Package io.helidon.grpc.api
Annotation Interface Grpc.GrpcInterceptorBinding
- Enclosing interface:
Grpc
@Target(ANNOTATION_TYPE)
@Retention(RUNTIME)
@Documented
public static @interface Grpc.GrpcInterceptorBinding
Specifies that an annotation type is a gRPC interceptor binding type. A gRPC Interceptor binding is
used to specify the binding of a gRPC client or server interceptor to target gRPC service and methods.