Uses of Class
io.quarkus.grpc.runtime.config.GrpcClientConfiguration
-
Packages that use GrpcClientConfiguration Package Description io.quarkus.grpc.runtime.config io.quarkus.grpc.runtime.supports io.quarkus.grpc.spi -
-
Uses of GrpcClientConfiguration in io.quarkus.grpc.runtime.config
Fields in io.quarkus.grpc.runtime.config with type parameters of type GrpcClientConfiguration Modifier and Type Field Description Map<String,GrpcClientConfiguration>GrpcConfiguration. clientsConfigures the gRPC clients. -
Uses of GrpcClientConfiguration in io.quarkus.grpc.runtime.supports
Methods in io.quarkus.grpc.runtime.supports that return GrpcClientConfiguration Modifier and Type Method Description GrpcClientConfigurationGrpcClientConfigProvider. getConfiguration(String name) -
Uses of GrpcClientConfiguration in io.quarkus.grpc.spi
Methods in io.quarkus.grpc.spi with parameters of type GrpcClientConfiguration Modifier and Type Method Description StringGrpcBuilderProvider. channelInfo(GrpcClientConfiguration configuration)Provide channel info.io.grpc.ManagedChannelBuilder<?>GrpcBuilderProvider. createChannelBuilder(GrpcClientConfiguration configuration, String target)Create initial channel builder.static GrpcBuilderProviderGrpcBuilderProvider. findChannelBuilderProvider(GrpcClientConfiguration configuration)Find gRPC client builder provider.booleanGrpcBuilderProvider. providesChannel(GrpcClientConfiguration configuration)Does this builder provider provide a new gRPC channel instance.
-