Uses of Class
io.quarkus.grpc.runtime.config.GrpcClientConfiguration
Packages that use GrpcClientConfiguration
Package
Description
-
Uses of GrpcClientConfiguration in io.quarkus.grpc.runtime.config
Fields in io.quarkus.grpc.runtime.config with type parameters of type GrpcClientConfiguration -
Uses of GrpcClientConfiguration in io.quarkus.grpc.runtime.supports
Methods in io.quarkus.grpc.runtime.supports that return GrpcClientConfiguration -
Uses of GrpcClientConfiguration in io.quarkus.grpc.spi
Methods in io.quarkus.grpc.spi with parameters of type GrpcClientConfigurationModifier and TypeMethodDescriptionGrpcBuilderProvider.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.