java.lang.Object
io.helidon.microprofile.grpc.client.ChannelProducer

@ApplicationScoped public class ChannelProducer extends Object
A producer of gRPC Channels.
  • Method Details

    • get

      @Produces public io.grpc.Channel get(InjectionPoint injectionPoint)
      Produces a gRPC Channel.
      Parameters:
      injectionPoint - the injection point
      Returns:
      a gRPC Channel
    • findChannel

      public io.grpc.Channel findChannel(String name)
      Obtain the named Channel.
      Parameters:
      name - the channel name
      Returns:
      the named Channel