JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
io.helidon.microprofile.grpc.client
Package
io.helidon.microprofile.grpc.client
Annotation Interface GrpcProxy
@Target
({
METHOD
,
FIELD
,
PARAMETER
})
@Retention
(
RUNTIME
)
@Qualifier
public @interface
GrpcProxy
A qualifier annotation used to mark an injection point for a gRPC service client proxy.
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static class
GrpcProxy.Literal
An
AnnotationLiteral
for the
GrpcProxy
annotation.