Uses of Class
org.springframework.grpc.client.DefaultGrpcChannelFactory
Packages that use DefaultGrpcChannelFactory
Package
Description
Auto-configuration for Spring gRPC tests.
gRPC client infrastructure.
-
Uses of DefaultGrpcChannelFactory in org.springframework.boot.grpc.test.autoconfigure
Modifier and TypeClassDescriptionstatic classSpecialization ofInProcessGrpcChannelFactorythat allows the channel factory to support all targets, not just those that start with 'in-process:'. -
Uses of DefaultGrpcChannelFactory in org.springframework.grpc.client
Subclasses of DefaultGrpcChannelFactory in org.springframework.grpc.clientModifier and TypeClassDescriptionclassGrpcChannelFactorythat creates in-process gRPC channels.classGrpcChannelFactorythat creates Netty-based gRPC channels.classGrpcChannelFactorythat creates shaded Netty-based gRPC channels.