Class GrpcServerFactoryAutoConfiguration
java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.GrpcServerFactoryAutoConfiguration
@AutoConfiguration
@AutoConfigureOrder(-2147483648)
@ConditionalOnBean(io.grpc.BindableService.class)
public final class GrpcServerFactoryAutoConfiguration
extends Object
Auto-configuration for gRPC server factories.
gRPC must be on the classpath and at least one BindableService bean registered
in the context in order for the auto-configuration to execute.
- Since:
- 1.0.0
- Author:
- David Syer, Chris Bono, Toshiaki Maki
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GrpcServerFactoryAutoConfiguration
public GrpcServerFactoryAutoConfiguration()
-