hunt-framework v3.4.6-rc.1 (2021-07-27T09:22:38Z)
Home
Dub
Repo
GrpcServerConf
hunt
framework
config
ApplicationConfig
struct
GrpcServerConf {
bool
enabled
;
uint
workerThreads
;
string
host
;
ushort
port
;
}
Members
Variables
enabled
bool
enabled
;
Undocumented in source.
host
string
host
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
workerThreads
uint
workerThreads
;
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
config
ApplicationConfig
classes
ApplicationConfig
ConfigNotFoundException
structs
GrpcClientConf
GrpcServerConf
RouteGroupConfig