Class ChannelProducer

    • Method Detail

      • get

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

        @Produces
        public io.grpc.Channel getDefaultChannel()
        Produces the default gRPC Channel.
        Returns:
        the default gRPC Channel