Class GRpcServerProperties
- java.lang.Object
-
- org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties
-
@ConfigurationProperties("grpc") public class GRpcServerProperties extends java.lang.ObjectCreated by alexf on 26-Jan-16.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGRpcServerProperties.NettyServerPropertiesstatic classGRpcServerProperties.SecurityProperties
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_GRPC_PORT
-
Constructor Summary
Constructors Constructor Description GRpcServerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetRunningPort()voidinit()
-
-
-
Field Detail
-
DEFAULT_GRPC_PORT
public static final int DEFAULT_GRPC_PORT
- See Also:
- Constant Field Values
-
-