Package io.quarkus.grpc
Annotation Type GrpcClient
-
@Qualifier @Target({FIELD,PARAMETER}) @Retention(RUNTIME) public @interface GrpcClient
Qualifies an injected gRPC client.
-
-
Field Summary
Fields Modifier and Type Fields Description static StringELEMENT_NAMEConstant value forvalue()indicating that the annotated element's name should be used as-is.
-
-
-
Element Detail
-
value
String value
The name is used to configure the gRPC client, e.g. the location, TLS/SSL, etc.- Returns:
- the client name
- Default:
- "<<element name>>"
-
-