kafka-d ~master (2022-06-08T11:22:03.0516937)
Dub
Repo
BrokerAddress
kafkad
client
Undocumented in source.
struct
BrokerAddress {
string
host
;
ushort
port
;
this
(string host, ushort port);
this
(string address);
}
Constructors
this
this
(string host, ushort port)
Undocumented in source.
this
this
(string address)
Undocumented in source.
Members
Variables
host
string
host
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
Meta
Source
See Implementation
kafkad
client
classes
Client
structs
BrokerAddress