kafka-d v0.0.5 (2018-08-10T09:39:09Z)
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