Annotation Interface InProcessGrpcChannel


@Target({METHOD,CONSTRUCTOR,FIELD,PARAMETER}) @Retention(RUNTIME) @Qualifier public @interface InProcessGrpcChannel
An qualifier annotation to specify that an in-process Channel should be injected.

For example:

     @jakarta.inject.Inject
     @io.helidon.microprofile.grpc.core.InProcessChannel
     private io.grpc.Channel channel;