Annotation Type 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:

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