Class GrpcNamedManagedChannelConfiguration

java.lang.Object
io.micronaut.grpc.channels.GrpcManagedChannelConfiguration
io.micronaut.grpc.channels.GrpcNamedManagedChannelConfiguration
All Implemented Interfaces:
io.micronaut.core.naming.Named

@EachProperty("grpc.channels") public class GrpcNamedManagedChannelConfiguration extends GrpcManagedChannelConfiguration
Constructs a named channel configuration for each property specified in GrpcManagedChannelConfiguration.PREFIX.
Since:
1.0.0
Author:
graemerocher
  • Constructor Details

    • GrpcNamedManagedChannelConfiguration

      public GrpcNamedManagedChannelConfiguration(@Parameter String name, io.micronaut.context.env.Environment env, @Named("io") ExecutorService executorService)
      Default constructor.
      Parameters:
      name - The name
      env - The environment
      executorService - The executor service