@Configuration
@ConditionalOnProperty(value="genie.grpc.server.enabled",
havingValue="true")
@Import(value=net.devh.springboot.autoconfigure.grpc.server.GrpcServerAutoConfiguration.class)
@EnableConfigurationProperties(value=GRpcServerProperties.class)
public class GenieGRpcServerAutoConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
GenieGRpcServerAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct()
Log that gRPC server is enabled.
|