public class GrpcServerFactory extends Object
| 构造器和说明 |
|---|
GrpcServerFactory(GrpcPlusProperties properties,
org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.context.ApplicationContext applicationContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.grpc.Server |
createServer() |
protected Collection<GrpcServiceDefinition> |
findGrpcServices() |
protected io.grpc.netty.shaded.io.grpc.netty.NettyServerBuilder |
newServerBuilder() |
public GrpcServerFactory(GrpcPlusProperties properties, org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.context.ApplicationContext applicationContext)
public io.grpc.Server createServer()
protected io.grpc.netty.shaded.io.grpc.netty.NettyServerBuilder newServerBuilder()
protected Collection<GrpcServiceDefinition> findGrpcServices()
Copyright © 2022. All rights reserved.