hunt-framework ~master (2022-03-03T03:02:45Z)
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