Uses of Interface
org.springframework.grpc.server.GrpcServerFactory
Packages that use GrpcServerFactory
Package
Description
gRPC server infrastructure.
gRPC server events.
gRPC service discovery and configuration.
-
Uses of GrpcServerFactory in org.springframework.grpc.server
Classes in org.springframework.grpc.server that implement GrpcServerFactoryModifier and TypeClassDescriptionclassDefaultGrpcServerFactory<T extends io.grpc.ServerBuilder<T>>Default implementation forgRPC service factories.classGrpcServerFactorythat 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.Methods in org.springframework.grpc.server with parameters of type GrpcServerFactoryModifier and TypeMethodDescriptionbooleanServerServiceDefinitionFilter.filter(io.grpc.ServerServiceDefinition serviceDefinition, GrpcServerFactory serverFactory) Determine whether the givenServerServiceDefinitionshould be added to the givenserver factory. -
Uses of GrpcServerFactory in org.springframework.grpc.server.lifecycle
Methods in org.springframework.grpc.server.lifecycle that return GrpcServerFactoryModifier and TypeMethodDescriptionGrpcServerLifecycle.getFactory()Gets the server factory used to create the server.Constructors in org.springframework.grpc.server.lifecycle with parameters of type GrpcServerFactoryModifierConstructorDescriptionGrpcServerLifecycle(GrpcServerFactory factory, Duration shutdownGracePeriod, org.springframework.context.ApplicationEventPublisher eventPublisher) Creates a new GrpcServerLifecycle. -
Uses of GrpcServerFactory in org.springframework.grpc.server.service
Methods in org.springframework.grpc.server.service with parameters of type GrpcServerFactoryModifier 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.