Uses of Class
org.springframework.grpc.server.DefaultGrpcServerFactory
Packages that use DefaultGrpcServerFactory
Package
Description
Auto-configuration for Spring gRPC tests.
gRPC server infrastructure.
-
Uses of DefaultGrpcServerFactory in org.springframework.boot.grpc.test.autoconfigure
Subclasses of DefaultGrpcServerFactory in org.springframework.boot.grpc.test.autoconfigure -
Uses of DefaultGrpcServerFactory in org.springframework.grpc.server
Subclasses of DefaultGrpcServerFactory in org.springframework.grpc.serverModifier and TypeClassDescriptionclassGrpcServerFactorythat can be used to create an in-process gRPC server.classGrpcServerFactorythat can be used to create a Netty-based gRPC server.classGrpcServerFactorythat can be used to create a shaded Netty-based gRPC server.