Uses of Record Class
org.springframework.grpc.server.service.GrpcServiceSpec
Packages that use GrpcServiceSpec
Package
Description
gRPC service discovery and configuration.
-
Uses of GrpcServiceSpec in org.springframework.grpc.server.service
Methods in org.springframework.grpc.server.service that return types with arguments of type GrpcServiceSpecModifier and TypeMethodDescriptionDefaultGrpcServiceDiscoverer.findServices()GrpcServiceDiscoverer.findServices()Find the specs of the available gRPC services.Methods in org.springframework.grpc.server.service with parameters of type GrpcServiceSpecModifier and TypeMethodDescriptionio.grpc.ServerServiceDefinitionDefaultGrpcServiceConfigurer.configure(GrpcServiceSpec serviceSpec, @Nullable GrpcServerFactory serverFactory) io.grpc.ServerServiceDefinitionGrpcServiceConfigurer.configure(GrpcServiceSpec serviceSpec, @Nullable GrpcServerFactory serverFactory) Configure and bind a gRPC server spec resulting in a service definition that can then be added to a gRPC server.