rabbitmq ~master (2020-11-30T12:02:27Z)
Dub
Repo
ConnectionParams
symmetry
api
rabbitmq
wrap
Undocumented in source.
struct
ConnectionParams {
string
hostname
;
ushort
port
;
RabbitCredentials
credentials
;
string
exchange
;
ushort
channel
;
int
connectionAttempts
;
int
socketTimeout
;
bool
useSSL
;
string
caCert
;
bool
verifyPeer
;
bool
verifyHostname
;
string
keyFile
;
string
certFile
;
string
rpcQueue
;
}
Members
Variables
caCert
string
caCert
;
Undocumented in source.
certFile
string
certFile
;
Undocumented in source.
channel
ushort
channel
;
Undocumented in source.
connectionAttempts
int
connectionAttempts
;
Undocumented in source.
credentials
RabbitCredentials
credentials
;
Undocumented in source.
exchange
string
exchange
;
Undocumented in source.
hostname
string
hostname
;
Undocumented in source.
keyFile
string
keyFile
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
rpcQueue
string
rpcQueue
;
Undocumented in source.
socketTimeout
int
socketTimeout
;
Undocumented in source.
useSSL
bool
useSSL
;
Undocumented in source.
verifyHostname
bool
verifyHostname
;
Undocumented in source.
verifyPeer
bool
verifyPeer
;
Undocumented in source.
Meta
Source
See Implementation
symmetry
api
rabbitmq
wrap
classes
AmqpConnection
functions
amqp_string
asRabbit
basicProperties
structs
AmqpConnectionState
ConnectionParams
CorrelationID
FrameResult
RabbitClient
RabbitCredentials